Releases: Nike-Inc/Elevate
Releases · Nike-Inc/Elevate
Swift incorrectly set to 4.2
Released on 2019-05-02. All issues associated with this milestone can be found using this
filter.
Fixed
- Issue where Swift version was incorrectly set to 5.0 when it should have been 4.2.
- Fixed by Greg Tropino in Pull Request #39.
The project to support Swift 5 only and no longer support Swift 4.2.
Released on 2019-04-30. All issues associated with this milestone can be found using this filter.
Updated
- 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.
Xcode 10.2 and Swift 5 Support
Released on 2019-04-30. All issues associated with this milestone can be found using this filter.
Updated
- The Xcode workspace to be compatible with Xcode 10.2 and Swift 5.0.
- Updated by Dmitri Fuerle in Pull Request #37.
Xcode 10 and Swift 4.2
Released on 2018-09-17. All issues associated with this milestone can be found using this filter.
Updated
- 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.
Fixed
- Issue in the tests on iOS 8.4 by updating Travis to use newer OSX image.
- Fixed by Christian Noon in Pull Request #34.
Xcode 9.3 and Swift 4.1 Support
Released on 2018-04-10. All issues associated with this milestone can be found using this filter.
Updated
- 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.
Fixed
- An issue in Xcode 9.3 where
NSNumber
bridging forFloat
andDouble
is no longer implicit.- Fixed by Christian Noon in Pull Request #33.
Swift 4
Swift 3.2, SPM Support, and Custom Errors
All issues associated with this milestone can be found using this filter.
Added
- New package file for Elevate to support the Swift Package Manager.
- Added by Christian Noon in Pull Request #30.
Updated
- 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.
Raised Operator Precedence
Decodable Dictionaries and Xcode 8.2
All issues associated with this milestone can be found using this filter.
Added
Decodable
conformance for Dictionary types along with tests.- Added by Christian Noon in Pull Request #25.
Updated
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.
Fixed
- Typo in
primitive
spelling throughout codebase...no breaking public API changes.- Added by Christian Noon in Pull Request #25.
Encodable Protocol
Added
- 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.
Updated
- 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.
Fixed
- 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.