Skip to content

1.1.0

Compare
Choose a tag to compare
@valderman valderman released this 05 Jul 21:25
· 7 commits to main since this release

What's Changed

  • Fix override order of custom encoders/decoders
  • Support transcoding to/from Lazy<T>
  • Fix decoding of parameterized data classes
  • Support configuration of serialization format
  • Support delegating de/serialization to another mapper
  • Faster creation of TomlMappers
  • Only depend on antlr4-runtime at runtime by @comp500 in #4
  • Fix problem with private members. by @jlkeesey in #8
  • Support for optional data class parameters, tests for null encoding in data classes by @comp500 in #6
  • Run tests on pr by @valderman in #9
  • Enum support by @valderman in #10

New Contributors

Full Changelog: 1.0.2...1.1.0