@eyhn/msgpack-stream
Advanced tools
Changelog
2.8.0 2022-09-02
https://github.com/msgpack/msgpack-javascript/compare/v2.7.2...v2.8.0
Encoder#encode()
return a copy of the internal buffer, instead of the reference of the buffer (fix #212).
Encoder#encodeSharedRef()
to return the shared reference to the internal buffer.