Skip to content

Release v0.1.0

Latest
Compare
Choose a tag to compare
@voidcontext voidcontext released this 01 Feb 14:09
· 31 commits to main since this release
743bd0b

Changelog

Added

  • Implement decodeObject and decodeKeyValues functions
  • Implement Decoder instances for the following scalar types:
    • String
    • Int
    • Boolean
    • BigDecimal
    • LocalDate (java.time)
  • Implement Decoder instances for Option and List
  • Implement semi automatic Decoder derivation for case classes