All notable changes to this project will be documented in this file.
Elevate
adheres to Semantic Versioning.
4.0.x
Releases = 4.0.0
Released on 2019-04-30. All issues associated with this milestone can be found using this filter.
- The project to support Swift 5 only and no longer support Swift 4.2.
- Updated by Dmitri Fuerle in Pull Request #38.
- The deployment targerts to iOS 10.0, macOS 10.12, tvOS 10.0, and watchOS 3.0.
- Updated by Dmitri Fuerle in Pull Request #38.
Released on 2019-04-30. All issues associated with this milestone can be found using this filter.
- The Xcode workspace to be compatible with Xcode 10.2 and Swift 5.0.
- Updated by Dmitri Fuerle in Pull Request #37.
Released on 2018-09-17. All issues associated with this milestone can be found using this filter.
- The Xcode workspace to be compatible with Xcode 10 and Swift 4.2.
- Updated by Eric Jensen in Pull Request #35.
- The podspec swift-version to 4.2.
- Updated by Eric Jensen in Pull Request #35.
- The Travis-CI yaml file to build with Xcode 10 by leveraging bundler and a Gemfile.
- Updated by Christian Noon in Pull Request #36.
- Issue in the tests on iOS 8.4 by updating Travis to use newer OSX image.
- Fixed by Christian Noon in Pull Request #34.
Released on 2018-04-10. All issues associated with this milestone can be found using this filter.
- All the project copyright headers to use present language instead of end year.
- Updated by Christian Noon.
- The Xcode project, settings, and Travis-CI file to build and run against Xcode 9.3.
- Updated by Christian Noon in Pull Request #33.
- The podspec to directly specify
swift_version
and removed legacy.swift-version
file.- Updated by Christian Noon in Pull Request #33.
- An issue in Xcode 9.3 where
NSNumber
bridging forFloat
andDouble
is no longer implicit.- Fixed by Christian Noon in Pull Request #33.
Released on 2017-08-29. All issues associated with this milestone can be found using this filter.
- The Xcode project and all source and test code to compile against Swift 4.0.
- Updated by Christian Noon in Pull Request #31.
Released on 2017-08-29. All issues associated with this milestone can be found using this filter.
- New package file for Elevate to support the Swift Package Manager.
- Added by Christian Noon in Pull Request #30.
- The
parseEntity
behavior onParser
to allow customError
types to be thrown without converting them intoParserError
types. - The Xcode project and all schemes to Xcode 9.
- Updated by Christian Noon in Pull Request #30.
- All source and test code to compile against Swift 3.1 and 3.2.
- Updated by Christian Noon in Pull Request #30.
Released on 2017-02-09. All issues associated with this milestone can be found using this filter.
- Changed
DictionaryExtractionPrecedence
to have a precedence higher thanNilCoalescingPrecedence
Released on 2016-01-13. All issues associated with this milestone can be found using this filter.
Decodable
conformance for Dictionary types along with tests.- Added by Christian Noon in Pull Request #25.
Decodable
test names, failure messages and general structure.- Added by Christian Noon in Pull Request #25.
- Primitive
Decodable
implementations by removing unnecessary toll-free bridging.- Added by Christian Noon in Pull Request #25.
- The Xcode project to Xcode 8.2 and disabled automatic signing for frameworks.
- Added by Christian Noon in Pull Request #26.
- The project by refactoring
OSX
tomacOS
throughout along with the target names.- Added by Christian Noon in Pull Request #26.
- The travis yaml file to the
xcode8.2
image and updated platforms and destinations.- Added by Christian Noon in Pull Request #26.
- The docstrings throughout codebase to use latest Xcode syntax.
- Added by Christian Noon in Pull Request #26.
- Typo in
primitive
spelling throughout codebase...no breaking public API changes.- Added by Christian Noon in Pull Request #25.
Released on 2016-11-27. All issues associated with this milestone can be found using this filter.
- The
.swift-version
file pointing at Swift 3.0 to support CocoaPods.- Added by Christian Noon.
- The
Encodable
protocol along with extensions for common types and unit tests.- Added by Christian Noon in Pull Request #21.
- The
Encodable
section to the README and updatedDecodable
to useKeyPath
struct.- Added by Christian Noon in Pull Request #21.
- The
Person
example to use an extension in the README.- Updated by Rich Ellis in Pull Request #16.
- Xcode project settings to latest defaults and disabled code signing.
- Updated by Christian Noon in Pull Request #21.
- Xcode project by disabling code signing on all targets and removed duplicate code signing identities.
- Updated by Christian Noon in Pull Request #21.
- Travis config to remove Slather due to test failures and added iOS 8.1 and 9.1 to device matrix.
- Updated by Christian Noon in Pull Request #23.
- Incorrect enum case in README for type arguments.
- Issue where incorrect parameter name was used in multiple decoders section of the README.
- Fixed by Christian Noon in Pull Request #20.
Released on 2016-09-08.
- An Elevate 2.0 Migration Guide detailing all breaking changes between 1.x and 2.0.
- Added by Eric Appel
- 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.
Released on 2016-09-07.
- 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.
- 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.
Released on 2016-06-27.
- Initial release of Elevate.
- Added by Eric Appel.