2.2.1 - 15 Mar 2024
- Include missing Privacy Nutrition Lable type dictionary in the privacy manifest.
2.2.0 - 15 Mar 2024
- Privacy manifest file refering to the types of data collected by this package.
2.1.6 - 27 Fev 2023
Package.resolvedto the package.
2.1.5 - 26 Fev 2023
- Documentation improvements.
2.1.4 - 17 Fev 2023
- Update CI test workflows to use Xcode 14.2 and iOS 16.2.
2.1.3 - 17 Fev 2023
Curvenow conforms toSendableprotocol.
2.1.2 - 02 Jul 2022
- Documentation typos.
2.1.1 - 22 Jan 2022
- Failing GitHub actions tests, by updating the action to run on
Xcode_13.2.1.app.
2.1.0 - 24 Sept 2021
- Update
RealModuledependency minimum version to v1.0 swift-numerics package.
2.0.7 - 07 Jul 2021
- Improve documentation of public interface to better support
DocC.
2.0.6 - 11 Sept 2020
- Clean up the use of the
Float80instances in the tests.
2.0.5 - 04 Sept 2020
- Use the
--enable-test-discoveryflag to run the Linux CI tests, eliminating the need for theLinuxMain.swiftfile. - Delete
Tests/EasingTests/XCTestManifests.swiftandTests/LinuxMain.swiftsince they are no longer required to run the tests from the command line.
2.0.4 - 29 Aug 2020
- Swift language versions support Swift 5.
2.0.3 - 29 Aug 2020
- Expand package CI test coverage to iOS, macOS and tvOS.
2.0.2 - 28 Aug 2020
- Update the
swift-tools-versionto v5.1 inPackage.swift.
2.0.1 - 08 Jul 2020
- Include supported Swift versions 4 and 5, in the Package manifest, by setting
swiftLanguageVersions: [4, 5]
2.0.0 - 06 Jul 2020
- A dependency to the
RealModulefrom the swift-numerics package, in order to use theRealprotocol. - Support for Xcode 12 beta and Swift tools version v5.2
- The generic
Curvetype and its properties are now constrained to types conforming to theRealprotocol, instead ofFloatingPointMath. - Improved test coverage, with testing for
Float80andDoublearguments.
FloatingPointMathprotocol has been removed from the implementation and has been replaced with theRealprotocol.
1.0.2 - 15 May 2020
- Improve the maths of the back ease out curve, for smother animations.
1.0.1 - 8 Aug 2019
- Undeclared type XCTestCaseEntry build error when testing on iOS.
1.0.0 - 28 Jun 2019
- Swift Package Manager integration.
0.1.0 - 29 Mar 2019
- Add support for Xcode 10.2 and Swift 5.