Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.07 KB

File metadata and controls

39 lines (22 loc) · 1.07 KB

Jzon Changelog

3.0.0 (2025-10-18)

  • [feat] BREAKING! Rename Jzon.default to Jzon.defaultTo (#21)

2.0.1 (2025-08-13)

  • [fix] Make test of invalid syntax error pass

2.0.0 (2024-06-03)

  • [feat] Migrate to ReScript v11 (#19)

1.3.0 (2021-10-07)

  • [feat] Add object codecs upto object25 (#14)

1.2.0 (2021-09-31)

  • [feat] Add and encourage use of data-first functions Jzon.encodeWith and Jzon.decodeWith (#11)
  • [chore] Upgrade dev dependencies (#12)

1.1.0 (2021-02-19)

  • [fix] Do not require opening the library namespace, use Jzon.* straight away (#3)
  • [feat] Add asObject decoding utility (#4)
  • [feat] Add custom codec constructor (#5)
  • [feat] Add DecodingError.prependLocation transformer (#6)
  • [feat] Add dictionary (Js.Dict.t) codec (#7)

1.0.2 (2021-02-15)

  • [docs] Add syntax highlight, reflow code, fix small typos (#1)

1.0.1 (2021-02-14)

Initial release