Changelog
Added
- Implement
decodeObject
anddecodeKeyValues
functions - Implement
Decoder
instances for the following scalar types:- String
- Int
- Boolean
- BigDecimal
- LocalDate (java.time)
- Implement
Decoder
instances forOption
andList
- Implement semi automatic
Decoder
derivation for case classes