All Versions
38
Latest Version
Avg Release Cycle
96 days
Latest Release
1624 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.5.0 Changes
๐ Released on 2015-08-22. All issues associated with this milestone can be found using this filter.
โ Added
- Failable initializer
init?(json:)
added toDecodable
protocol in place ofinit(json:)
[PR #38]
โ Removed
- ๐ Force decode functions and force decode operator
<~~!
removed in place of failable initializerinit?(json:)
- Failable initializer
-
v0.4.0 Changes
๐ Released on 2015-08-22. All issues associated with this milestone can be found using this filter.
โ Added
- Ability to force the decoding of a property from JSON [Issue #25]
- Custom
<~~!
operator for force decoding [Issue #25] - โก๏ธ
Decodable
protocol was updated to have JSON passed in via theinit(json:)
initializer [Issue #25] - โ Tests for object creation from JSON and JSON creation from object
โก๏ธ Updated
โ Removed
- ๐ The
fromJSON(json:)
method was removed from theDecodable
protocol in place of the newinit(json:)
initializer [Issue #25]
-
v0.3.1 Changes
๐ Released on 2015-08-17.
โ Added
- ๐ CHANGELOG
- ๐ Increased Pod documentation
-
v0.3.0 Changes
๐ Released on 2015-08-16.
โ Added
- Custom operators
<~~
and~~>
for decoding/encoding respectively - โ Test suite
๐ Fixed
- ๐ Decoding and encoding support for
enum
value arrays - โ Removed unnecessary decoding/encoding for dictionaries with
String
keys - โ Removed requirement for ISO8601 Dates to pass in
NSDateFormatter
in order to be decoded/encoded
- Custom operators
-
v0.2.0 Changes
๐ Released on 2015-08-13.
โ Added
- Ability to create immutable models by declaring properties via
let
- Ability to create immutable models by declaring properties via
-
v0.1.0 Changes
๐ Released on 2015-08-12.
โ Added
- ๐ Initial release of Gloss
- Mapping JSON to objects
- Mapping objects to JSON
- Nested Objects
- Custom transformations
- Swift 2 compatibilty
- ๐ Swift 1.2 support off branch
swift_1.2
- ๐ Documentation