Skip to content

Latest commit

 

History

History
114 lines (49 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

114 lines (49 loc) · 3.05 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.12 (2020-02-16)

Bug Fixes

  • handle escape character correctly (b11a628)

0.2.11 (2018-11-20)

Bug Fixes

  • decompressor: fix empty object keys (71c89c4)

0.2.10 (2018-10-30)

Bug Fixes

  • compressor: fix integer overflow for large floats with reduced precision (c3412d6)

0.2.9 (2018-07-17)

Bug Fixes

  • compressor: fix template objects potentially dropping previously unseen fields (8108fa2)

0.2.8 (2018-06-18)

Bug Fixes

  • decompressor: use string enums to avoid mangle issues (33f6f37)

0.2.7 (2018-03-12)

0.2.6 (2018-03-12)

Bug Fixes

  • fix floating point issue (b83a888)

0.2.5 (2018-03-12)

Bug Fixes

  • compressor: fix string conflicts (adf66d9)

0.2.4 (2018-03-07)

Bug Fixes

  • fix module format (cf2d44d)
  • compressor: go deeper into objects for determining templatability (a208e45)
  • compressor: use parentWriter for array template objects (db1dbfb)

0.2.3 (2018-03-06)

Performance Improvements

  • remove need for set lookup for small integers (ca4eaf9)
  • decompress: use concat instead of spread (1588456)

0.2.2 (2018-03-05)

0.2.1 (2018-03-05)

0.2.0 (2018-03-05)