Skip to content

Releases: manuelCarlos/Easing

Clean up Float80 instances from Tests

11 Sep 18:21
7f4ef32
Compare
Choose a tag to compare
2.0.6

Update Changelog.md

Improve Linux CI workflow

04 Sep 14:13
89e014b
Compare
Choose a tag to compare
Merge pull request #13 from manuelCarlos/ci/improveWorkflows

Enable test discovery in Linux CI test build

Support swift 5 only in Package manifest

29 Aug 16:44
b85eaa4
Compare
Choose a tag to compare
Merge pull request #12 from manuelCarlos/feature/watchTestCI

Add watch CI tests

Expand package CI test coverage to iOS, macOS and tvOS.

29 Aug 08:49
Compare
Choose a tag to compare

Update the `swift-tools-version` in the Package manifest.

28 Aug 22:08
c04c0d2
Compare
Choose a tag to compare

Update the swift-tools-version to v5.1.

Include supported Swift versions 4 and 5, in the Package manifest

08 Jul 21:36
5e8e067
Compare
Choose a tag to compare
  • 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

06 Jul 19:22
725a94d
Compare
Choose a tag to compare
  • 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.

15 May 10:41
7696c65
Compare
Choose a tag to compare
  • Improve the Back EasOut math function for smoother animations.