You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
# Change Log
2
-
All notable changes to the "dtls" package will be documented in this file.
2
+
All notable changes to the "stun" package will be documented in this file.
3
+
4
+
## [2.1.0] - 2019-11-23
5
+
6
+
-`stun.request` supports promise interface.
3
7
4
8
## [2.0.0] - 2019-06-02
5
9
6
-
- Add `request()` method to siplify client-side requests. Follow the `STUN` specification.
10
+
- Add `request()` method to simplify client-side requests. Follow the `STUN` specification.
7
11
- All STUN-related errors inherit `StunError`. See `StunMessageError` and `StunResponseError`.
8
12
- A big `StunMessage` class was replased by `StunRequest` and `StunResponse`. They are represent outgoing and incoming messages. The main difference is that you cannot change incoming message.
9
13
- Added simple CLI, use `npx stun` or `npx stun -p 3478`.
0 commit comments