Skip to content

Releases: noir-lang/noir_json_parser

v0.4.0

13 Feb 16:21
8d3e593
Compare
Choose a tag to compare

0.4.0 (2025-02-13)

⚠ BREAKING CHANGES

  • fixed invalid json passing as valid json (#32)
  • replace fixed size JSON modules with type aliases (#19)

Bug Fixes

  • Add safety blocks and safety comments (#31) (b6bbbd1)
  • Export types mistakenly left private (#27) (682df8b)
  • Fixed invalid json passing as valid json (#32) (cfb29f8)

Miscellaneous Chores

  • Replace fixed size JSON modules with type aliases (#19) (e5669b6)

v0.3.0

04 Dec 21:40
a00fe53
Compare
Choose a tag to compare

0.3.0 (2024-11-25)

⚠ BREAKING CHANGES

  • update to support Noir 0.37.0 (#16)

Features

Bug Fixes

  • Add type declarations to globals (#21) (c32dcd5)

v0.2.0

27 Sep 15:58
1eb5a95
Compare
Choose a tag to compare

0.2.0 (2024-09-27)

⚠ BREAKING CHANGES

  • replace usage of u16s in generics with u32s (#12)
  • update to 0.34.0 (#6)

Features

Bug Fixes

  • Replace usage of u16s in generics with u32s (#12) (09a5bde)

initial release

03 Sep 05:41
Compare
Choose a tag to compare
v0.1.0

initial release