Skip to content

Commit 9ec85f7

Browse files
docs: add missing versions in the changelog (2)
1 parent f9b773f commit 9ec85f7

File tree

1 file changed

+55
-2
lines changed

1 file changed

+55
-2
lines changed

CHANGELOG.md

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# History
22

3+
## 2022
4+
35
- [4.5.3](#453-2022-10-15) (Oct 2022)
46
- [4.5.2](#452-2022-09-02) (Sep 2022)
57
- [2.5.0](#250-2022-06-26) (Jun 2022) (from the [2.x](https://github.com/socketio/socket.io-client/tree/2.x) branch)
68
- [4.5.1](#451-2022-05-17) (May 2022)
79
- [4.5.0](#450-2022-04-23) (Apr 2022)
810
- [4.4.1](#441-2022-01-06) (Jan 2022)
911

12+
## 2021
13+
1014
- [4.4.0](#440-2021-11-18) (Nov 2021)
1115
- [4.3.2](#432-2021-10-16) (Oct 2021)
1216
- [4.3.1](#431-2021-10-15) (Oct 2021)
@@ -19,18 +23,32 @@
1923
- [4.0.2](#402-2021-05-06) (May 2021)
2024
- [4.0.1](#401-2021-03-31) (Mar 2021)
2125
- [3.1.3](#313-2021-03-12) (Mar 2021) (from the [3.1.x](https://github.com/socketio/socket.io-client/tree/3.1.x) branch)
22-
- [4.0.0](#400-2021-03-10) (Mar 2021)
26+
- [**4.0.0**](#400-2021-03-10) (Mar 2021)
2327
- [3.1.2](#312-2021-02-26) (Feb 2021)
2428
- [3.1.1](#311-2021-02-03) (Feb 2021)
2529
- [3.1.0](#310-2021-01-15) (Jan 2021)
2630
- [3.0.5](#305-2021-01-05) (Jan 2021)
2731
- [2.4.0](#240-2021-01-04) (Jan 2021) (from the [2.x](https://github.com/socketio/socket.io-client/tree/2.x) branch)
2832

33+
## 2020
34+
2935
- [3.0.4](#304-2020-12-07) (Dec 2020)
3036
- [3.0.3](#303-2020-11-19) (Nov 2020)
3137
- [3.0.2](#302-2020-11-17) (Nov 2020)
3238
- [3.0.1](#301-2020-11-09) (Nov 2020)
33-
- [3.0.0](#300-2020-11-05) (Nov 2020)
39+
- [**3.0.0**](#300-2020-11-05) (Nov 2020)
40+
- [2.3.1](#231-2020-09-30) (Sep 2020)
41+
42+
## 2019
43+
44+
- [2.3.0](#230-2019-09-20) (Sep 2019)
45+
46+
## 2018
47+
48+
- [2.2.0](#220-2018-11-29) (Nov 2018)
49+
- [2.1.1](#211-2018-05-17) (May 2018)
50+
- [2.1.0](#210-2018-03-29) (Mar 2018)
51+
3452

3553
# Release notes
3654

@@ -478,3 +496,38 @@ plugin.
478496

479497
* fix reconnection after opening socket asynchronously ([#1253](https://github.com/socketio/socket.io-client/issues/1253)) ([050108b](https://github.com/socketio/socket.io-client/commit/050108b2281effda086b197cf174ee2e8e1aad79))
480498

499+
500+
501+
# [2.3.0](https://github.com/socketio/socket.io-client/compare/2.2.0...2.3.0) (2019-09-20)
502+
503+
The minor bump is matching the bump of the server, but there is no new feature in this release.
504+
505+
506+
507+
# [2.2.0](https://github.com/socketio/socket.io-client/compare/2.1.1...2.2.0) (2018-11-29)
508+
509+
### Bug fixes
510+
511+
- remove any reference to the `global` variable (related: https://github.com/socketio/socket.io-client/issues/1166)
512+
513+
514+
515+
## [2.1.1](https://github.com/socketio/socket.io-client/compare/2.1.0...2.1.1) (2018-05-17)
516+
517+
### Bug fixes
518+
519+
- fire an error event on middleware failure for non-root namespace ([#1202](https://github.com/socketio/socket.io-client/issues/1202)) ([0fe9439](https://github.com/socketio/socket.io-client/commit/0fe9439ff6d97fb6e7fa7bd145ee9367de055b29))
520+
521+
522+
523+
# [2.1.0](https://github.com/socketio/socket.io-client/compare/2.0.4...2.1.0) (2018-03-29)
524+
525+
### Features
526+
527+
- add a 'binary' flag ([#1194](https://github.com/socketio/socket.io-client/pull/1194)) ([74893d5](https://github.com/socketio/socket.io-client/commit/74893d53ca22335cbdbdd1468a5f9a810143a231))
528+
529+
```js
530+
// by default, the object is recursively scanned to check whether it contains some binary data
531+
// in the following example, the check is skipped in order to improve performance
532+
socket.binary(false).emit('plain-object', object);
533+
```

0 commit comments

Comments
 (0)