File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.3 .0" }
1
+ {"." :" 0.4 .0" }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.0] ( https://github.com/noir-lang/noir_json_parser/compare/v0.3.0...v0.4.0 ) (2025-02-13)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * fixed invalid json passing as valid json ([ #32 ] ( https://github.com/noir-lang/noir_json_parser/issues/32 ) )
9
+ * replace fixed size JSON modules with type aliases ([ #19 ] ( https://github.com/noir-lang/noir_json_parser/issues/19 ) )
10
+
11
+ ### Bug Fixes
12
+
13
+ * Add safety blocks and safety comments ([ #31 ] ( https://github.com/noir-lang/noir_json_parser/issues/31 ) ) ([ b6bbbd1] ( https://github.com/noir-lang/noir_json_parser/commit/b6bbbd1ec549c67842790d3396059265b324efdb ) )
14
+ * Export types mistakenly left private ([ #27 ] ( https://github.com/noir-lang/noir_json_parser/issues/27 ) ) ([ 682df8b] ( https://github.com/noir-lang/noir_json_parser/commit/682df8b6b734a7058c57d8ac58766b3ca7592df2 ) )
15
+ * Fixed invalid json passing as valid json ([ #32 ] ( https://github.com/noir-lang/noir_json_parser/issues/32 ) ) ([ cfb29f8] ( https://github.com/noir-lang/noir_json_parser/commit/cfb29f854d12ca351ed0143f68440695975efc59 ) )
16
+
17
+
18
+ ### Miscellaneous Chores
19
+
20
+ * Replace fixed size JSON modules with type aliases ([ #19 ] ( https://github.com/noir-lang/noir_json_parser/issues/19 ) ) ([ e5669b6] ( https://github.com/noir-lang/noir_json_parser/commit/e5669b6ed89a4b047bb7dcaf33c6f4b99c7e42f2 ) )
21
+
3
22
## [ 0.3.0] ( https://github.com/noir-lang/noir_json_parser/compare/v0.2.0...v0.3.0 ) (2024-11-25)
4
23
5
24
You can’t perform that action at this time.
0 commit comments