Releases: manuelCarlos/Easing
Releases · manuelCarlos/Easing
Clean up Float80 instances from Tests
2.0.6 Update Changelog.md
Improve Linux CI workflow
Merge pull request #13 from manuelCarlos/ci/improveWorkflows Enable test discovery in Linux CI test build
Support swift 5 only in Package manifest
Merge pull request #12 from manuelCarlos/feature/watchTestCI Add watch CI tests
Expand package CI test coverage to iOS, macOS and tvOS.
2.0.3 Update changelog
Update the `swift-tools-version` in the Package manifest.
Update the swift-tools-version
to v5.1.
Include supported Swift versions 4 and 5, in the Package manifest
- Include supported Swift versions 4 and 5, in the Package manifest, by setting swiftLanguageVersions: [4, 5]
Adapt library to use the RealModule from Swift-numerics
- Take advantage of the swift-numerics
Real
protocol to replace FloatingPointMath. - Update to Swift tools v5.2 and Xcode 12.
Better Back EasOut math function.
- Improve the Back EasOut math function for smoother animations.