You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix a bunch of visibility issues ([#38](https://github.com/noir-lang/noir_json_parser/issues/38))
9
+
10
+
### Features
11
+
12
+
* Make get functions public ([#91](https://github.com/noir-lang/noir_json_parser/issues/91)) ([601ec49](https://github.com/noir-lang/noir_json_parser/commit/601ec4999c5f3c7a7d175edacdcf37233d36a8a8))
13
+
* Removes redundant `_var` and `_unchecked_var` function variants ([#90](https://github.com/noir-lang/noir_json_parser/issues/90)) ([37908a7](https://github.com/noir-lang/noir_json_parser/commit/37908a71789464caff9b6a4333ef8232fd93f830))
* Add validation for literals ([#64](https://github.com/noir-lang/noir_json_parser/issues/64)) ([8adc6a8](https://github.com/noir-lang/noir_json_parser/commit/8adc6a84e51e59fb1c224ac3206604186f869083))
20
+
* Do not cast numbers to bool ([#45](https://github.com/noir-lang/noir_json_parser/issues/45)) ([eb041f7](https://github.com/noir-lang/noir_json_parser/commit/eb041f7f72c2370a0063c8b2e1ed0ee64b5b21ff))
21
+
22
+
23
+
### Miscellaneous Chores
24
+
25
+
* Fix a bunch of visibility issues ([#38](https://github.com/noir-lang/noir_json_parser/issues/38)) ([e45c9b9](https://github.com/noir-lang/noir_json_parser/commit/e45c9b9ba2419ac5310408939baed36def342db1))
0 commit comments