Skip to content

Releases: socketio/engine.io-parser

5.2.2

06 Feb 06:43
69d02dd
Compare
Choose a tag to compare

Bug Fixes

  • typescript: properly import the TransformStream type (0305b4a)

Links

5.2.1

01 Aug 22:40
58626c7
Compare
Choose a tag to compare

The format of the WebTransport frame has been slightly updated.

Links

5.2.0

31 Jul 06:51
aea321c
Compare
Choose a tag to compare

Features

  • prepend a header to each WebTransport chunk (6142324)

Links

5.1.0

11 Jun 05:56
a779bea
Compare
Choose a tag to compare

Features

  • implement WebTransport-related encoding/decoding (bed70a4)

Links

5.0.7

11 Jun 05:56
0fc3694
Compare
Choose a tag to compare

The CommonJS build now includes the TypeScript declarations too, in order to be compatible the "node16" moduleResolution.

Links

5.0.6

16 Jan 07:37
214182b
Compare
Choose a tag to compare

The compile script was not run before publishing 5.0.5, so the esm build did not include the latest changes.

Links

5.0.5

06 Jan 10:41
ed2b0cb
Compare
Choose a tag to compare

Bug Fixes

  • properly encode empty buffer in base64 encoding (#131) (351ba82)

Links

5.0.4

30 Apr 12:15
764c99f
Compare
Choose a tag to compare

Bug Fixes

  • add missing file extension for ESM import (a421bbe)
  • typings: update the type of RawData (039b45c)

Links

5.0.3

17 Jan 09:27
8096c12
Compare
Choose a tag to compare

The base64-arraybuffer package has been temporarily replaced by @socket.io/base64-arraybuffer, to fix some warnings in CRA applications.

Related:

Links

5.0.2

14 Nov 06:28
cb26d5c
Compare
Choose a tag to compare

Bug Fixes

  • add package name in nested package.json (7e27159)
  • fix vite build for CommonJS users (5f22ed0)

Links