Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

51 lines (34 loc) · 1.32 KB

New

-SPM integration added

New

  • @CodedBy, @EncodedBy, @DecodedBy transformers added
  • @Zero fill implementation added
  • @Flat properties and arrays added

New

  • added .keyed to Codable extensions to increase readibility
  • deprecate Codable extensions from 2.5.0

New

  • added support for manual coding with keyed AnyKey
  • Keyed<> wrapper added
  • Codable extensions from/toString
  • Default JSON coders
  • valuetype support for json coding

New

  • redesigned way of encoding and decoding the keyed codables

New

  • ifPresent operators added
  • swift 5 migration

Fixed

  • Encoder fixes for conficting inner keys
  • decodeIfPresent in decoder
  • improved UnitTests

Added

  • Initial release of KeyedCodable.