Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Releases: hkellaway/Gloss

0.5.4

23 Sep 03:22
Compare
Choose a tag to compare

Updates:

  • #63 adds the tvOS platform to the podspec (thanks @nuudles)

0.5.3

19 Sep 18:27
Compare
Choose a tag to compare

Updates:

  • #54 fixed issues with Carthage compatibility (thanks @bojan)

0.5.2

09 Sep 00:59
Compare
Choose a tag to compare

Updates:

  • #51 added Foundation imports in source files for better interoperability (thanks @bojan)

0.5.1

24 Aug 23:31
Compare
Choose a tag to compare

Updates:

  • #45 added Carthage compatibility (thanks for the suggestion @AndrewSB)

0.5.0

22 Aug 17:43
Compare
Choose a tag to compare

Updates:

  • #38 replaces the force decode functions and operator <~~! with the failable initializer init?(json:) (thanks @morganchen12 )

0.4.0

22 Aug 14:25
Compare
Choose a tag to compare

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

17 Aug 05:45
Compare
Choose a tag to compare

Updates:

  • Added CHANGELOG
  • Increased Pod documentation

0.3.0

17 Aug 02:17
Compare
Choose a tag to compare

Updates:

  • New <~~ and ~~> operators for decoding/encoding respectively
  • Test suite

0.2.0

13 Aug 14:07
Compare
Choose a tag to compare

Updates:

  • Model properties can now be declared using let

0.1.0

12 Aug 04:31
Compare
Choose a tag to compare

Features:

  • Mapping JSON to objects
  • Mapping objects to JSON
  • Nested Objects
  • Custom transformations