Releases: msgpack/msgpack-javascript
Releases · msgpack/msgpack-javascript
v2.8.0
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
v2.7.1
What's Changed
- Update README.md by @hbre in #179
- Setup cache in workflow and update Dependencies by @mmorel-35 in #186
- upgrade typescript to 4.4 by @gfx in #190
New Contributors
- @hbre made their first contribution in #179
- @mmorel-35 made their first contribution in #186
Full Changelog: v2.7.0...v2.7.1
v2.7.0
The classic version of MessagePack for JavaScript
Merge pull request #2 from redboltz/add_bin_support Added bin format family support.