|
1 | 1 | # History
|
2 | 2 |
|
3 |
| -- [5.2.2](#522-2024-02-05) (Feb 2024) |
4 |
| -- [5.2.1](#521-2023-08-01) (Aug 2023) |
5 |
| -- [5.2.0](#520-2023-07-31) (Jul 2023) |
6 |
| -- [5.1.0](#510-2023-06-11) (Jun 2023) |
7 |
| -- [5.0.7](#507-2023-05-24) (May 2023) |
8 |
| -- [5.0.6](#506-2023-01-16) (Jan 2023) |
9 |
| -- [5.0.5](#505-2023-01-06) (Jan 2023) |
10 |
| -- [5.0.4](#504-2022-04-30) (Apr 2022) |
11 |
| -- [5.0.3](#503-2022-01-17) (Jan 2022) |
12 |
| -- [5.0.2](#502-2021-11-14) (Nov 2021) |
13 |
| -- [5.0.1](#501-2021-10-15) (Oct 2021) |
14 |
| -- [**5.0.0**](#500-2021-10-04) (Oct 2021) (major: TypeScript rewrite) |
15 |
| -- [4.0.3](#403-2021-08-29) (Aug 2021) |
16 |
| -- [4.0.2](#402-2020-12-07) (Dec 2020) |
17 |
| -- [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) |
18 |
| -- [4.0.1](#401-2020-09-10) (Sep 2020) |
19 |
| -- [**4.0.0**](#400-2020-09-08) (Sep 2020) (major: Engine.IO v4) |
20 |
| -- [2.2.0](#220-2019-09-13) (Sep 2019) |
| 3 | +| Version | Release date | |
| 4 | +|-------------------------------------------------------------------------------------------------------------|----------------| |
| 5 | +| [5.2.3](#523-2024-07-11) | July 2024 | |
| 6 | +| [5.2.2](#522-2024-02-05) | February 2024 | |
| 7 | +| [5.2.1](#521-2023-08-01) | August 2023 | |
| 8 | +| [5.2.0](#520-2023-07-31) | July 2023 | |
| 9 | +| [5.1.0](#510-2023-06-11) | June 2023 | |
| 10 | +| [5.0.7](#507-2023-05-24) | May 2023 | |
| 11 | +| [5.0.6](#506-2023-01-16) | January 2023 | |
| 12 | +| [5.0.5](#505-2023-01-06) | January 2023 | |
| 13 | +| [5.0.4](#504-2022-04-30) | April 2022 | |
| 14 | +| [5.0.3](#503-2022-01-17) | January 2022 | |
| 15 | +| [5.0.2](#502-2021-11-14) | November 2021 | |
| 16 | +| [5.0.1](#501-2021-10-15) | October 2021 | |
| 17 | +| [**5.0.0**](#500-2021-10-04) (major: TypeScript rewrite) | October 2021 | |
| 18 | +| [4.0.3](#403-2021-08-29) | August 2021 | |
| 19 | +| [4.0.2](#402-2020-12-07) | December 2020 | |
| 20 | +| [2.2.1](#221-2020-09-30) (from the [2.2.x](https://github.com/socketio/engine.io-parser/tree/2.2.x) branch) | September 2020 | |
| 21 | +| [4.0.1](#401-2020-09-10) | September 2020 | |
| 22 | +| [**4.0.0**](#400-2020-09-08) (major: Engine.IO v4) | September 2020 | |
| 23 | +| [2.2.0](#220-2019-09-13) | September 2019 | |
21 | 24 |
|
| 25 | +# Release notes |
| 26 | + |
| 27 | +## [5.2.3](https://github.com/socketio/socket.io/compare/[email protected]@5.2.3) (2024-07-11) |
| 28 | + |
| 29 | + |
| 30 | +### Bug Fixes |
| 31 | + |
| 32 | +* do not expose the TransformStream type ([f9cb983](https://github.com/socketio/socket.io/commit/f9cb983ab7050c0a1630cfc97eb30f2dd807186b)) |
22 | 33 |
|
23 | 34 |
|
24 |
| -# Release notes |
25 | 35 |
|
26 | 36 | ## [5.2.2](https://github.com/socketio/engine.io-parser/compare/5.2.1...5.2.2) (2024-02-05)
|
27 | 37 |
|
|
0 commit comments