All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.12 (2020-02-16)
- handle escape character correctly (b11a628)
0.2.11 (2018-11-20)
- decompressor: fix empty object keys (71c89c4)
0.2.10 (2018-10-30)
- compressor: fix integer overflow for large floats with reduced precision (c3412d6)
0.2.9 (2018-07-17)
- compressor: fix template objects potentially dropping previously unseen fields (8108fa2)
0.2.8 (2018-06-18)
- decompressor: use string enums to avoid mangle issues (33f6f37)
0.2.7 (2018-03-12)
0.2.6 (2018-03-12)
- fix floating point issue (b83a888)
0.2.5 (2018-03-12)
- compressor: fix string conflicts (adf66d9)
0.2.4 (2018-03-07)
- 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)
- remove need for set lookup for small integers (ca4eaf9)
- decompress: use concat instead of spread (1588456)