This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
Releases: hkellaway/Gloss
Releases · hkellaway/Gloss
2.0.0-beta.2
Updates:
- #311 renames
Decodable
andEncodable
toJSONDecodable
andJSONEncodable
respectiveluy (thanks @GabrielAraujo)
2.0.0-beta.1 - Swift 4 compatibility
Updates:
- #307 and #304 provide minimum updates to allow usage with Swift 4 (thanks @jannejava, @ryanbaldwin, and @andrewjmeier)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
Updates:
- #243 Adds support for Decimal types (thanks @gerbiljames)
- #256 Adds the ability to create models from
Data
(thanks @kampro) - #257 Fixes issues decoding URLs caused by escaping (thanks for the suggestion @ryanschneider)
1.1.1
Updates:
- #228 Updated tests to be run using
swift test
when loading as a Swift Package (thanks @ejmartin504) - #233 Nested UUID values not being decoded properly (thanks @ryanschneider)
1.1.0
1.0.0
Updates:
- #212 updated the JSON typealias to use
Any
instead ofAnyObject
(thanks for the suggestion @gerbiljames) - #214 updated to Swift 3.0
- #216 updated syntax to better align with Swift 3.0
Upgrade Notes
The "nested keypaths" feature was removed version 0.8.0 (see Issue #135). However, it was reintroduced in version 1.1.0.