Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

53 lines (26 loc) · 2.55 KB

Changelog

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)

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)

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)