Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@orchetect orchetect released this 16 Dec 01:20
· 11 commits to main since this release

Changes

  • JSON coding for Codable types is now offered in Data or String encoding flavors

    JSONCodable protocol implementations were previously constrained the underlying encoding to be Data.

    All JSONCodable types have been disambiguated as JSONDataCodable and a new set of corresponding types for JSONStringCodable have been added to allow using String as the underlying encoding.

  • CodablePrefsCodable: Moved encoder/decoder requirements to extension to allow more flexible implementations

Maintenance

  • Updated README
  • Internal cleanup