File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ - [ 5.1.0] ( #510-2023-06-11 ) (Jun 2023)
3
4
- [ 5.0.7] ( #507-2023-05-24 ) (May 2023)
4
5
- [ 5.0.6] ( #506-2023-01-16 ) (Jan 2023)
5
6
- [ 5.0.5] ( #505-2023-01-06 ) (Jan 2023)
19
20
20
21
# Release notes
21
22
23
+ # [ 5.1.0] ( https://github.com/socketio/engine.io-parser/compare/5.0.7...5.1.0 ) (2023-06-11)
24
+
25
+
26
+ ### Features
27
+
28
+ * implement WebTransport-related encoding/decoding ([ bed70a4] ( https://github.com/socketio/engine.io-parser/commit/bed70a4f2598ebdf96d8ccc1b5d838b1a77a4290 ) )
29
+
30
+
31
+
22
32
## [ 5.0.7] ( https://github.com/socketio/engine.io-parser/compare/5.0.6...5.0.7 ) (2023-05-24)
23
33
24
34
The CommonJS build now includes the TypeScript declarations too, in order to be compatible the "node16" moduleResolution.
Original file line number Diff line number Diff line change 2
2
"name" : " engine.io-parser" ,
3
3
"description" : " Parser for the client for the realtime Engine" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.7 " ,
5
+ "version" : " 5.1.0 " ,
6
6
"main" : " ./build/cjs/index.js" ,
7
7
"module" : " ./build/esm/index.js" ,
8
8
"exports" : {
You can’t perform that action at this time.
0 commit comments