Skip to content

Releases: houd1ni/WebsocketPromisify

2.4.2: Deps upgrade

17 Jan 09:16
Compare
Choose a tag to compare

Only dependency upgrade and a new format of tests work in progress.

2.1.11

17 Feb 16:07
Compare
Choose a tag to compare

Improvements:

  • Types improvement 9d56c9f
  • Documentation (README) improved, added badges.
  • Deps have been updated.

Other changes:

  • CI updated & coverage detection added (nyc + codeconv).
  • Added dependecies freshness control (david).

2.1.3

10 Feb 18:25
Compare
Choose a tag to compare

Fixes:

  • Excess console statement removed (with encoded).
  • Shared config fixed. You might faced this issue after 2.0.0 version and used more than one connection per VM.

2.1.1

09 Feb 19:51
Compare
Choose a tag to compare

Features

  • new WSP({ url: '/lalala' }) is now the same as new 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.

02 Feb 13:31
Compare
Choose a tag to compare
  • Typings are far better, fixes constructor's options any instead of Partial.
  • Project structure improved.

1.1.1

30 May 15:23
Compare
Choose a tag to compare

Refactoring.

FEATURE added: encoder/decoder. See in README.

full tested release with build!

19 Dec 15:22
Compare
Choose a tag to compare

The same as previous, but pre-built.

full tested release.

19 Dec 13:53
Compare
Choose a tag to compare

With CI and so.

Other roadmap features are next to do and older release is OK, though.

WebsocketPromisify β 3

15 Dec 19:52
Compare
Choose a tag to compare

(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

14 Dec 21:19
Compare
Choose a tag to compare

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.)