Skip to content

Releases: calumari/jwalk

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 02:31
4b79940

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

Choose a tag to compare

@github-actions github-actions released this 26 Aug 21:17
5a6b3b8

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

Choose a tag to compare

@github-actions github-actions released this 21 Aug 22:59
e375940

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

Choose a tag to compare

@github-actions github-actions released this 21 Aug 22:15
4cf6197

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