Releases: calumari/jwalk
Releases · calumari/jwalk
v0.4.0
Compare
Sorry, something went wrong.
No results found
0.4.0 (2025-08-28)
Feature
add RegexDirective for regex pattern decoding (4b79940 )
Code Refactoring
registry: improve directive registration and unmarshal functionality (bdcb0cd )
v0.3.0
Compare
Sorry, something went wrong.
No results found
0.3.0 (2025-08-26)
Feature
registry: add helpers and stdlib time/duration directives (5a6b3b8 )
Code Refactoring
unmarshaler: unexpose UnmarshalFrom funcs (60ae512 )
v0.2.0
Compare
Sorry, something went wrong.
No results found
0.2.0 (2025-08-21)
Feature
unmarshaler: readd support for object and array unmarshalling (1fbdcf6 )
Tests
add cases for non-object document and unclosed object/array handling (e375940 )
improve test case descriptions (ef7baa1 )
add tests for operator registry (956ed86 )
v0.1.0
Compare
Sorry, something went wrong.
No results found
0.1.0 (2025-08-21)
Feature
unmarshal: unify *any object/array handling (0c27d73 )
implement initial data structures (aa3c210 )
add operator registry and custom JSON unmarshaller (199eb98 )
Documentation
Chores
CI