All Versions
13
Latest Version
Avg Release Cycle
111 days
Latest Release
1375 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.0 Changes
๐ Released on 2016-09-08.
โ Added
- An Elevate 2.0 Migration Guide detailing all breaking changes between 1.x and 2.0.
- Added by Eric Appel
โก๏ธ Updated
- โ
All source, test and example logic and project settings to compile against Swift 3.0.
- Updated by Eric Appel.
- All protocols and implementations to use
Any
instead ofAnyObject
to matchJSONSerialization
API.- Updated by Eric Appel and Christian Noon.
- ๐ The
Parser.parseObject
API to beElevate.decodeObject
to add clarity for intended usage.- Updated by Eric Appel and Christian Noon.
- ๐ The
Parser.parseArray
API to beElevate.decodeArray
to add clarity for intended usage.- Updated by Eric Appel and Christian Noon.
- ๐ The 'Parser.parseProperties' API to be 'Parser.parseEntity' to add clarity for intended usage.
- Updated by Eric Appel and Christian Noon.
- ๐ The
ParserPropertyMaker
andParserProperty
APIs to beSchema
andSchemaProperty
to add clarity for intended usage.- Updated by Eric Appel and Christian Noon.
- The 'propertyForKeyPath' API to be 'addProperty' to add clarity for intended usage.
- Updated by Eric Appel and Christian Noon.
- ๐ The
ParserPropertyType
enum to beSchemaPropertyProtocol
to adhere to Swift API Design Guidelines.- Updated by Eric Appel and Christian Noon.
- An Elevate 2.0 Migration Guide detailing all breaking changes between 1.x and 2.0.
-
v1.1.0 Changes
๐ Released on 2016-09-07.
โก๏ธ Updated
- โ
All source, test and example logic to compile against Swift 2.3 and Xcode 8.
- Updated by Eric Appel and Christian Noon.
- ๐ Dictionary key check from O(n) operation to O(1) resulting in overall parsing performance improvements of 40-50% in tests.
- Updated by Eric Appel
- ๐ The Travis CI yaml file to build against iOS 10 and the new suite of simulators.
- Updated by Christian Noon.
โ Removed
- โ
Slather reporting from the test suite due to instability issues with Xcode and Travis CI.
- Removed by Christian Noon.
- ๐ CocoaPods linting from the Travis CI yaml file due to current instabilities with Xcode 8.
- Removed by Christian Noon.
- โ
All source, test and example logic to compile against Swift 2.3 and Xcode 8.