Releases: hkellaway/Gloss
Releases · hkellaway/Gloss
0.5.4
Updates:
- #63 adds the tvOS platform to the podspec (thanks @nuudles)
0.5.3
Updates:
- #54 fixed issues with Carthage compatibility (thanks @bojan)
0.5.2
Updates:
- #51 added
Foundation
imports in source files for better interoperability (thanks @bojan)
0.5.1
Updates:
- #45 added Carthage compatibility (thanks for the suggestion @AndrewSB)
0.5.0
Updates:
- #38 replaces the force decode functions and operator
<~~!
with the failable initializer init?(json:)
(thanks @morganchen12 )
0.4.0
Updates:
- #29 introduced force decoding and the
<~~!
operator (thanks for the suggestion @Haud)
- #30 updated the
Decodable
protocol to require init(json:)
in place of fromJSON(json:)
(thanks for the suggestion @Haud)
- #33 introduced using reStructuredText to format Pod docs (thanks @jlmendezbonini)
0.3.1
Updates:
- Added CHANGELOG
- Increased Pod documentation
0.3.0
Updates:
- New
<~~
and ~~>
operators for decoding/encoding respectively
- Test suite
0.2.0
Updates:
- Model properties can now be declared using
let
0.1.0
Features:
- Mapping JSON to objects
- Mapping objects to JSON
- Nested Objects
- Custom transformations