projecte_ionic/node_modules/socket.io-adapter/CHANGELOG.md
2022-02-09 18:30:03 +01:00

3.3 KiB
Executable file

2.3.2 (2021-08-28)

Bug Fixes

  • fix race condition when leaving rooms (#74) (912e13a)

2.3.1 (2021-05-19)

Bug Fixes

  • restore compatibility with binary parsers (a33e42b)

2.3.0 (2021-05-10)

Features

  • add a serverSideEmit empty function (c4cbd4b)
  • add support for the "wsPreEncoded" writing option (5579d40)

2.2.0 (2021-02-27)

Features

  • add some utility methods (1c9827e)
  • allow excluding all sockets in a room (#66) (985bb41)

2.1.0 (2021-01-15)

Features

2.0.3 (2020-11-05)

Features

  • add init() and close() methods (2e023bf)
  • use ES6 Sets and Maps (53ed3f4)

Bug Fixes

  • Encoder#encode() is now synchronous (c043650)

2.0.3-rc2 (2020-10-20)

Features

  • add init() and close() methods (2e023bf)

2.0.3-rc1 (2020-10-15)

2.0.2 (2020-09-28)

The dist/ directory was not up-to-date when publishing the previous version...

2.0.1 (2020-09-28)

Bug Fixes

  • Encoder#encode() is now synchronous (c043650)

2.0.0 (2020-09-25)

Features