Skip to content

v1.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidecaroselli davidecaroselli released this 28 Apr 18:12
· 9 commits to main since this release

Breaking Changes

  • The JsonTraversalFn<R> signature has been changed to simplify its usage. However, this makes it incompatible with the previous version.
  • The deprecated @Json decorator has been removed.

Features

  • Drop deprecated @Json decorator [30d1ead]
  • Improve JsonTraversalFn with three alternative signatures (#9) [80b1c87]
  • Create a unit test module to cover all documentation examples (#11) [95dbf55]