Skip to content

v11.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 16:40
· 1489 commits to master since this release
4c3719b

11.19.0 (2023-12-10)

Bug Fixes

  • json-pack: 🐛 allocate correctly capacity before writing UTF-8 (c3da84b)
  • json-pack: 🐛 allow emojis in strings (a9744dd)

Features

  • json-pack: 🎸 add ability to read verbatim strings (13d90ec)
  • json-pack: 🎸 add array decoding (37da9e0)
  • json-pack: 🎸 add integer decoding (ceff648)
  • json-pack: 🎸 add support for float special value encoding and decoding (7d200e6)
  • json-pack: 🎸 add support for object encoding (70ce02c)
  • json-pack: 🎸 add support for push lists and attribute maps (fa990d8)
  • json-pack: 🎸 add support for set decoding (8e432cf)
  • json-pack: 🎸 decode booleans and bools (2a82b84)
  • json-pack: 🎸 improve string encoding (4f2bca0)
  • json-pack: 🎸 support bigint decoding (0ece81a)
  • json-pack: 🎸 support bulk string decoding (3b96f9d)
  • json-pack: 🎸 support error encoding and decoding (fe5ff0d)
  • json-pack: 🎸 support simple string decoding (b991c3d)