All Versions
12
Latest Version
Avg Release Cycle
77 days
Latest Release
1829 days ago

Changelog History
Page 2

  • v1.1.0 Changes

    February 22, 2018

    ๐Ÿ“ฆ Instead of let unsafe cast spread across the codebase, starting from 1.1.0, json-iterator use reflect2 (https://github.com/v2pro/plz/tree/master/reflect2) package to implement unsafe reflection. Aslo the map encoder/decoder has been rewritten to use unsafe reflection.

  • v1.0.6 Changes

    February 16, 2018
    • ๐Ÿ‘Œ support DisallowUnknownFields in golang 1.10
    • ๐Ÿ›  fix #236 distinguish upper/lower field names
    • ๐Ÿ‘Œ improve marshal performance by #234