Skip to content

Releases: skgdev/socket.io-msgpack-javascript

Add typescript support

22 May 08:11
90ce0ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.3.0

Release 1.2.1

15 Mar 12:39
c421cfc
Compare
Choose a tag to compare

Fixes

  • The rollup bundling configuration was added in a previous version, but the corresponding updates to the "files" property of package.json were not made. Thus the ES module is excluded from the npm package when used by consumers. Moreover, the bundleConfigAsCjs option is not needed anymore as we import the package.json by directly reading the file from the filesystem and then parsing it.

Release 1.2.0

07 Mar 11:08
5732917
Compare
Choose a tag to compare
  • Reduces the bundle size by 500kb
  • Specify supported browsers
  • Update all dependencies
  • Migrate from rollup 2 to 3

Release 1.1.0

01 Apr 11:06
4bb941a
Compare
Choose a tag to compare
  • Create commonjs and umd distributions using rollup
  • Fix encoding buffer to support browsers
  • Add support for extension codecs

1.0.1

27 Apr 12:20
Compare
Choose a tag to compare
Update package json

1.0.0

27 Apr 12:19
Compare
Choose a tag to compare
Update package.json