File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ - [ 5.2.0] ( #520-2023-07-31 ) (Jul 2023)
3
4
- [ 5.1.0] ( #510-2023-06-11 ) (Jun 2023)
4
5
- [ 5.0.7] ( #507-2023-05-24 ) (May 2023)
5
6
- [ 5.0.6] ( #506-2023-01-16 ) (Jan 2023)
8
9
- [ 5.0.3] ( #503-2022-01-17 ) (Jan 2022)
9
10
- [ 5.0.2] ( #502-2021-11-14 ) (Nov 2021)
10
11
- [ 5.0.1] ( #501-2021-10-15 ) (Oct 2021)
11
- - [ 5.0.0] ( #500-2021-10-04 ) (Oct 2021)
12
+ - [ ** 5.0.0** ] ( #500-2021-10-04 ) (Oct 2021) (major: TypeScript rewrite )
12
13
- [ 4.0.3] ( #403-2021-08-29 ) (Aug 2021)
13
14
- [ 4.0.2] ( #402-2020-12-07 ) (Dec 2020)
14
15
- [ 2.2.1] ( #221-2020-09-30 ) (Sep 2020) (from the [ 2.2.x] ( https://github.com/socketio/engine.io-parser/tree/2.2.x ) branch)
15
16
- [ 4.0.1] ( #401-2020-09-10 ) (Sep 2020)
16
- - [ 4.0.0] ( #400-2020-09-08 ) (Sep 2020)
17
+ - [ ** 4.0.0** ] ( #400-2020-09-08 ) (Sep 2020) (major: Engine.IO v4 )
17
18
- [ 2.2.0] ( #220-2019-09-13 ) (Sep 2019)
18
19
19
20
20
21
21
22
# Release notes
22
23
23
- # [ 5.1.0] ( https://github.com/socketio/engine.io-parser/compare/5.0.7...5.1.0 ) (2023-06-11)
24
+ ## [ 5.2.0] ( https://github.com/socketio/engine.io-parser/compare/5.1.0...5.2.0 ) (2023-07-31)
25
+
26
+
27
+ ### Features
28
+
29
+ * prepend a header to each WebTransport chunk ([ 6142324] ( https://github.com/socketio/engine.io-parser/commit/6142324fa61204393028f3f58f336d053030ea5f ) )
30
+
31
+
32
+
33
+ ## [ 5.1.0] ( https://github.com/socketio/engine.io-parser/compare/5.0.7...5.1.0 ) (2023-06-11)
24
34
25
35
26
36
### Features
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.1 .0" ,
5
+ "version" : " 5.2 .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