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