Skip to content

Releases: kaishin/Gifu

v4.0.1

17 Aug 07:20

Choose a tag to compare

  • Dropped support for Carthage and CocoaPods.

v4.0.0

17 Aug 07:18
6e58fdb

Choose a tag to compare

What's Changed

Added

  • Full Swift 6 support with strict concurrency enabled
  • Swift 6.0-specific package configuration ([email protected])
  • Enabled ExistentialAny upcoming feature for better type safety
  • Enhanced Swift Testing framework integration

Changed

  • Migrated test suite from XCTest to Swift Testing framework
  • Updated project build settings for Swift 6 compatibility
  • Updated GitHub Actions workflow for Swift 6 testing
  • Performance optimizations for animations and frame handling

v3.4

03 Feb 09:03
c8c8cd8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.1...v3.4

v3.3.1

13 Jun 11:35

Choose a tag to compare

  • Update GIFAnimatable.swift to fix warning in Xcode 12
  • Fix crash in FrameStore (#176) (Thanks @kean!)

Add SPM support

30 Nov 18:40

Choose a tag to compare

v3.2.2

Bump version to 3.2.2

3.2.0

28 Sep 10:45

Choose a tag to compare

v3.2.0

Bump version to 3.2.0

3.1.0

10 Jun 13:28

Choose a tag to compare

New

  • tvOS support. (Demo app still missing)

Fixed

  • Update project to Xcode 9.4
  • Fix overlapping accesses to image container (Michael Schneider)

v3.0.0

01 Jan 21:37

Choose a tag to compare

  • Xcode 9 and Swift 4 support.
  • Add completion handler methods to all animation methods.
  • Support loading remote GIFs using a URL.

v2.0.1

30 Jul 17:52

Choose a tag to compare

  • Fix Xcode 8.3 warnings

2.0

05 Jan 00:25

Choose a tag to compare

2.0
  • Swift 3 and Xcode 8 support.
  • NEW: Loop control.
  • API rewritten from scratch to take advantage of new Swift features such as protocol extensions.
  • Fixed memory leaks due to retain recycles.
  • Better documentation and examples.