Releases: houd1ni/WebsocketPromisify
Releases · houd1ni/WebsocketPromisify
2.4.2: Deps upgrade
2.1.11
2.1.3
2.1.1
Features
new WSP({ url: '/lalala' })
is now the same asnew WSP({ url: `${location.hostname}:${location.port}/lalala` })
. Throws in non-browsers.- ~0.5Kb less bundle size.
- Resolves .ready() with non-null error code (2) in the case of CLOSING or CLOSED socket state.
Underhood
- Much faster id generation, shorter ids with unicode 48 -> 122.
- cleanup, tests structure heavily improved.
- Upgrade deps including ava test runner.
2.0.0 Full types.
- Typings are far better, fixes constructor's options
any
instead of Partial. - Project structure improved.
1.1.1
full tested release with build!
The same as previous, but pre-built.
full tested release.
With CI and so.
Other roadmap features are next to do and older release is OK, though.
WebsocketPromisify β 3
(minor fixes & improvements)
Stable & tested, but I'm planning to add new no-breaking changes before 1.0.0
See projects desk tab above. (chunk splitting for big data, new data types, streams, more CI and linter-tuning and so.)
WebsocketPromisify β 2
Stable & tested, but I'm planning to add new no-breaking changes before 1.0.0
See projects desk tab above. (chunk splitting for big data, new data types, streams, more CI and linter-tuning and so.)