Skip to content

Releases: msgpack/msgpack-javascript

v2.8.0

02 Sep 02:52
@gfx gfx
Compare
Choose a tag to compare

What's Changed

  • [CI] set security-events: write for CodeQL workflow by @gfx in #203
  • [ci] update workflow settings by @gfx in #204
  • [ci] add nodejs v18 to the matrix by @gfx in #206
  • add deno-with-jsdeliver as an example deno script by @gfx in #207
  • use codeql actions @v2 by @gfx in #208
  • [doc] clarify the edge cases where the input buffer is empty by @gfx in #209
  • fix #212; Let Encoder#encode() return a copy of the internal buffer by @gfx in #213

Full Changelog: v2.7.2...v2.8.0

v2.7.2

09 Feb 00:06
@gfx gfx
Compare
Choose a tag to compare

What's Changed

  • update dependencies including TypeScript 4.5 by @gfx in #196
  • add nodejs v17 to CI scenarios by @gfx in #197
  • Handle the case where process.env does not exists (but process exists) by @gfx in #200

Full Changelog: v2.7.1...v2.7.2

v2.7.1

07 Oct 00:43
@gfx gfx
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.7.1

v2.7.0

07 Oct 00:43
@gfx gfx
Compare
Choose a tag to compare

What's Changed

  • Introduce Fuzzing with jsFuzz and fix issues found by fuzzing by @gfx in #176

Full Changelog: v2.6.3...v2.7.0

The classic version of MessagePack for JavaScript

14 Jun 03:44
@gfx gfx
Compare
Choose a tag to compare
Merge pull request #2 from redboltz/add_bin_support

Added bin format family support.