Skip to content

Releases: mcollina/msgpack5

v5.0.0

30 Dec 11:02
Compare
Choose a tag to compare

📚 PR:

  • implement Timestamp96 (#88)
  • Handle NaN (#75)
  • Refactoting of decoder for better maintainability (#76)
  • Improve internals and add some features (#78)
  • ci: use gh-actions (#87)
  • encode date is null fix (#85)

v4.5.0

30 Dec 11:00
Compare
Choose a tag to compare
  • Restored previous v4.2.1 as semver-major commits landed

v4.4.0

21 Dec 18:40
Compare
Choose a tag to compare

📚 PR:

  • implement Timestamp96 (#88)

v4.3.0

16 Dec 16:57
Compare
Choose a tag to compare
  • Handle NaN (#75)
  • Refactoting of decoder for better maintainability (#76)
  • Improve internals and add some features (#78)
  • ci: use gh-actions (#87)
  • encode date is null fix (#85)

v4.2.0

20 May 18:44
Compare
Choose a tag to compare
  • Better support for floats #71

v4.1.0

17 May 13:50
Compare
Choose a tag to compare
  • Support for Map32 #69
  • Fix new Buffer()  warnings #70
  • Fix decoding null #68

v4.0.2

12 Mar 17:33
Compare
Choose a tag to compare
  • Add mandatory offset in next Node core major #66

v4.0.1

13 Jan 11:19
Compare
Choose a tag to compare
  • Updated bundles
  • Updated dependencies

v4.0.0

21 Dec 11:57
Compare
Choose a tag to compare
  • Dropped support for Node 0.10 and 0.12
  • Support timestamp extension #60

v3.6.0

29 Oct 11:12
Compare
Choose a tag to compare
  • Added support for UInt8Array as a binary type #59 by @moozzyk