All Versions
38
Latest Version
Avg Release Cycle
96 days
Latest Release
1596 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.2.1 Changes
September 01, 2020 -
v3.2.0 Changes
August 31, 2020โ Adds:
- #363 Helper methods for migrating to
Codable
๐ฑ ๐จ Deprecation Notice ๐จ
๐ Gloss has been deprecated in favor of Swift's
Codable
. See README for info. - #363 Helper methods for migrating to
-
v3.1.1 Changes
August 29, 2020 -
v3.1.0 Changes
October 15, 2019 -
v3.0.0 Changes
July 22, 2019 -
v2.1.1 Changes
April 02, 2019โก๏ธ Updates:
- ๐ #351 Fixed not all platform targets specifying Swift 4.2 (thanks @VivintMan)
-
v2.1.0 Changes
November 30, 2018โก๏ธ Updates:
- #346 Swift 4.2 compatibility (thanks @yusuftor)
- ๐ #341 fixed non-public access on array initializers (thanks @johnflightsteter)
-
v2.0.1 Changes
June 04, 2018โก๏ธ Updates:
- ๐ #319 fixes Carthage builds failing for non-iOS targets (thanks @subtranix)
- ๐ง Experimental Linux support is officially dropped (see #322)
-
v2.0.0 Changes
December 06, 2017Official Swift 4 compatibility
โก๏ธ Updates:
- #287 adds
Double
and[Double]
de/encoding (thanks @NausJessy)
- #287 adds
-
v2.0.0-beta.2 Changes
November 04, 2017โก๏ธ Updates:
- #311 renames
Decodable
andEncodable
toJSONDecodable
andJSONEncodable
respectiveluy (thanks @GabrielAraujo)
- #311 renames