Skip to content

Releases: kaishin/Gifu

v3.4

03 Feb 09:03
c8c8cd8
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v3.3.1

13 Jun 11:35
Compare
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
Compare
Choose a tag to compare
v3.2.2

Bump version to 3.2.2

3.2.0

28 Sep 10:45
Compare
Choose a tag to compare
v3.2.0

Bump version to 3.2.0

3.1.0

10 Jun 13:28
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix Xcode 8.3 warnings

2.0

05 Jan 00:25
Compare
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.

2.0.0-rc

06 Oct 22:04
Compare
Choose a tag to compare
2.0.0-rc Pre-release
Pre-release
  • Swift 3 and Xcode 8 support.
  • API rewritten from scratch to take advantage of new Swift features such as protocol extensions.
  • Fixed memory leaks due retain recycles.
  • Better documentation and examples.

Better Async Preloading

28 May 19:05
Compare
Choose a tag to compare
  • [Fixed] Fix crash when frames not preloaded in time. (@mbcharbonneau)