-SPM integration added
- @CodedBy, @EncodedBy, @DecodedBy transformers added
- @Zero fill implementation added
- @Flat properties and arrays added
- added .keyed to Codable extensions to increase readibility
- deprecate Codable extensions from 2.5.0
- added support for manual coding with keyed AnyKey
- Keyed<> wrapper added
- Codable extensions from/toString
- Default JSON coders
- valuetype support for json coding
- redesigned way of encoding and decoding the keyed codables
- ifPresent operators added
- swift 5 migration
- Encoder fixes for conficting inner keys
- decodeIfPresent in decoder
- improved UnitTests
- Initial release of KeyedCodable.