Skip to content

Releases: mcollina/msgpack5

v2.1.0

10 Apr 06:59
Compare
Choose a tag to compare
  • 10% perf increase in decoding.

v2.0.0

15 Feb 09:21
Compare
Choose a tag to compare
  • Removed header options in stream econding, as not needed anymore #16.

v1.6.0

13 Feb 18:46
Compare
Choose a tag to compare
  • Correct encoding for negative 5-bit ints #15

v1.5.0

08 Feb 09:56
Compare
Choose a tag to compare

v1.3.2

18 Nov 11:49
Compare
Choose a tag to compare
  • Skip functions inside objets, just like JSON

v1.3.1

18 Nov 11:28
Compare
Choose a tag to compare
  • Fixed decoding of short buffers inside maps.

v1.2.0

07 Oct 15:35
Compare
Choose a tag to compare
  • Skip undefined values when serializing objects
  • New registerEncoder and registerDecoder methods for custom types