Skip to content

v2.11.0

Compare
Choose a tag to compare
@streamich streamich released this 09 May 11:48
· 3347 commits to master since this release

2.11.0 (2021-05-09)

Bug Fixes

  • 🐛 correctly encode nested nominal JSON Patch ops (f1a788e)
  • 🐛 make JSON Patch binary encoding pass main test suite (42fa98b)

Features

  • 🎸 implement binary encoding for JSON Patch (7d10b84)
  • 🎸 implement JSON Patch binary codec decoding (0530ab6)
  • 🎸 implement JSON Patch compact codec (7914a37)
  • 🎸 implement JSON Patch nominal JSON codec (de5c8c3)

Performance Improvements

  • ⚡️ do not dynamically allocate op mnemonics (0362c63)