Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

64 lines (34 loc) · 2.25 KB

Changes

0.2.1 (2024-01-28)

Bug Fixes

  • Fix sources for the new V compiler (34e9c2a)

0.2.0 (2024-01-01)

Features

  • Remove options from unmarshal_text and unmarshal_file (a069880)

BREAKING CHANGES

If you just pass default options to the functions, just delete them. They do not expect options any more. If you use non-empty options, replace the function name with <name>_opt, which supports options.

0.1.2 (2023-12-11)

Bug Fixes

  • Adapt for V langage changes (16d8c86)

0.1.1 (2023-09-09)

Bug Fixes

  • Work around broken enums in anon structs in new v (53ade3b)

0.1.0 (2023-08-15)

Features

  • Add unmarshal_to to modify an existing object (3aad9ec)

0.0.4 (2023-06-08)

Bug Fixes

  • Upgrade jany dependency (13fcab1)

0.0.3 (2023-06-06)

Bug Fixes

  • Fix the dependency on jany (57dcc4d)

0.0.2 (2023-06-06)

Chores

BREAKING CHANGES

  • The type Any is imported from prantlf.jany instead of from pratlf.jsany. You have to rename the import module name in your sources.

0.0.1 (2023-06-06)

Initial release.