Changelog History
Page 1
-
v4.0.0 Changes
April 30, 2019🚀 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.
- 👍 The project to support Swift 5 only and no longer support Swift 4.2.
-
v3.1.1 Changes
May 02, 2019🚀 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.
- Issue where Swift version was incorrectly set to 5.0 when it should have been 4.2.
-
v3.1.0 Changes
April 30, 2019🚀 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.
- The Xcode workspace to be compatible with Xcode 10.2 and Swift 5.0.
-
v3.0.2 Changes
September 17, 2018🚀 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.
- The Xcode workspace to be compatible with Xcode 10 and Swift 4.2.
-
v3.0.1 Changes
April 10, 2018🚀 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.
- All the project copyright headers to use present language instead of end year.
-
v3.0.0 Changes
August 30, 2017🚀 Released on 2017-08-29. All issues associated with this milestone can be found using this filter.
⚡️ Updated
- ✅ The Xcode project and all source and test code to compile against Swift 4.0.
- Updated by Christian Noon in Pull Request #31.
- ✅ The Xcode project and all source and test code to compile against Swift 4.0.
-
v2.2.2 Changes
August 29, 2017🚀 Released on 2017-08-29. 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.
- 🆕 New package file for Elevate to support the Swift Package Manager.
-
v2.2.1 Changes
February 09, 2017 -
v2.2.0 Changes
January 14, 2017🚀 Released on 2016-01-13. 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.
- ✅
-
v2.1.0 Changes
November 28, 2016🚀 Released on 2016-11-27. All issues associated with this milestone can be found using this filter.
➕ 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.
- 👍 The