Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 887 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 887 Bytes

Jzon Changelog

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