Skip to content

Releases: prantlf/v-yaml

0.2.1

28 Jan 14:25
Compare
Choose a tag to compare

0.2.1 (2024-01-28)

Bug Fixes

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

0.2.0

01 Jan 21:49
Compare
Choose a tag to compare

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

11 Dec 19:37
Compare
Choose a tag to compare

0.1.2 (2023-12-11)

Bug Fixes

  • Adapt for V langage changes (16d8c86)

0.1.1

09 Sep 12:45
88457c0
Compare
Choose a tag to compare

0.1.1 (2023-09-09)

Bug Fixes

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

0.1.0

09 Sep 12:45
32fffa8
Compare
Choose a tag to compare

0.1.0 (2023-08-15)

Features

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

0.0.4

09 Sep 12:45
7f7c831
Compare
Choose a tag to compare

0.0.4 (2023-06-08)

Bug Fixes

  • Upgrade jany dependency (13fcab1)

0.0.3

06 Jun 07:59
57dcc4d
Compare
Choose a tag to compare

Fix the dependency on jany

0.0.2

06 Jun 07:58
3e9a2eb
Compare
Choose a tag to compare

Rename jsany to jany

Unfortunately, mistakes on vpm cannot be fixed.

BREAKING CHANGE: 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

06 Jun 07:02
1f583b4
Compare
Choose a tag to compare

0.0.1 (2023-06-06)

Initial release.