Releases: Nike-Inc/Elevate
Releases · Nike-Inc/Elevate
Swift 3
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.
Swift 2.3
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.
Initial Release
Added
- Initial release of Elevate.
- Added by Eric Appel.