Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Releases: swiftgif/SwiftGif

v1.7.0: Many fixes

21 Jan 18:25
Compare
Choose a tag to compare

Fixed

  • Test environment (#69)
  • Migrated to Swift 4.2 (#76)
  • Fixed memory leak (#77)
  • Fix Carthage compatibility (#57)

Added

  • Load gif from asset (#68)

Thanks a lot @tanukiti1987, @jeppiebarroga, @kodelit, @tforzaglia for the PRs and @yzhong52 for helping with PRs and issues.

1.6.1: Podspec fix

23 Oct 13:21
Compare
Choose a tag to compare

This release fixes an issue with the SwiftGifOrigin.podspec.

Swift 3 and general improvements

16 Sep 08:24
Compare
Choose a tag to compare

Changelog

  • Added: UIImageView func: loadGif(name: String) with async loading
  • Added: Installation section in README
  • Changed: Migrated code to Swift 3
  • Changed: Renamed all initializers to gif(...)
  • Changed: Migrated project to Xcode 8
  • Fixed: Carthage support
  • Fixed: General enhancements

Contributors

Thanks you all so much 鉂わ笍

v1.6-beta: Swift 3 and general awesomeness

22 Aug 18:44
Compare
Choose a tag to compare

This release will make it into master when Swift 3 and iOS 10 are released.

鈿狅笍 Carthage may not work (I can't test it on macOS Sierra, see Carthage/Carthage#1440)

Changelog

  • Added: UIImageView func: loadGif(name: String) with async loading
  • Added: Installation section in README
  • Changed: Migrated code to Swift 3
  • Changed: Renamed all initializers to gif(...)
  • Changed: Migrated project to Xcode 8
  • Fixed: Carthage support
  • Fixed: General enhancements

Contributors

Thanks you all so much 鉂わ笍

v1.5.3: Fix Swift 2.2 deprecation warnings

24 Mar 13:06
Compare
Choose a tag to compare

Thanks to @argon for #24.

Fixed

  • Missing Framework warning
  • var parameter deprecation warning

v1.5.2: tvOS support + gifWithURL

28 Jan 20:00
Compare
Choose a tag to compare

Added:

v1.5.1: Fix podspec

13 Oct 12:46
Compare
Choose a tag to compare

This release fixes the version number in SwiftGifOrigin.podspec and updates the copyright date in the license file. 馃檲

v1.5: Easier handling and tests

13 Oct 12:37
Compare
Choose a tag to compare

This release adds easier handling (e.g. UIImage.gifWithName("jeremy")), a few nice badges and working tests. 馃帀

v1.4.2: Rename CocoaPod

12 Oct 18:15
Compare
Choose a tag to compare

Since I didn't bother checking, I missed that SwiftGif is taken.

So now this pod is called SwiftGifOrigin. An installation guide will follow!

v1.4.1: CocoaPods

12 Oct 18:00
Compare
Choose a tag to compare

This release adds CocoaPods support. Thanks @mackuba! 馃憤

Plus a few fixes. 馃榿