Releases: JARMourato/Kodable
Releases · JARMourato/Kodable
1.9.0
What's Changed
- add default values to kodabletransformer init by @JARMourato in #20
Full Changelog: 1.8.1...1.9.0
1.8.1
1.8.0
1.7.0
What's Changed
- Add utilities to debug the JSON that is used to decode a model by @JARMourato in #16
Full Changelog: 1.6.0...1.7.0
1.6.0
What's Changed
- Add Makefile to Help Lint the Project Locally by @rogerluan in #15
- Improve Error Forwarding by @JARMourato in #14
Full Changelog: 1.5.0...1.6.0
NSNumber to Bool Lossless Decoding
What's Changed
Full Changelog: 1.4.0...1.5.0
Run Tests on M1 & Extend Lossy Array Operability
What's Changed
- Upgrade
CwlPreconditionTesting
to Support M1 by @rogerluan in #10 - Extend Lossy Arrays to Appropriately Handle Decodables instead of just LosslessDecodables by @matolah in #11
New Contributors
Full Changelog: 1.3.0...1.4.0
Improve Date Formatters
- #9 Add Support for Custom Formatter (via @rogerluan)
- #8 Add Support for
ISO8601
Formatter With Millisecond Precision (via @rogerluan)
Improve Encoding of Null Values
- #7 Improve encoding of null values (via @JARMourato)