Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 481 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 481 Bytes

Change Log

[0.1.0] - 2021-09-05

Added

  • XmlFriendly variation (r-lyeh). Thanks to Muhammad Mominul Huque (aka @mominul) for the contribution!
  • EncodeIterator, DecodeIterator
  • Performance benchmarks
  • no_std support

Changed

  • iter_encode and iter_decode are deprecated
  • codebase refactoring

[0.0.1] - 2019-06-02 (Initial implementation)

Added

  • fn slice_encode
  • fn slice_decode
  • fn iter_encode
  • fn iter_decode