SwiftGif Versions Save

[UNMAINTAINED] ? A small UIImage extension with gif support

v1.7.0

5 years ago

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.

v1.6.1

7 years ago

This release fixes an issue with the SwiftGifOrigin.podspec.

v1.6

7 years ago

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 :heart:

  • @Palleas (#17)
  • @WXGBridgeQ (#19)
  • @muhasturk (#22)
  • @mintakson (#25)
  • @samheather (#27)
  • @satoshin2071 (#32)

v1.6-beta.1

7 years ago

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

:warning: 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 :heart:

  • @Palleas (#17)
  • @WXGBridgeQ (#19)
  • @muhasturk (#22)
  • @mintakson (#25)
  • @samheather (#27)
  • @satoshin2071 (#32)

v1.5.3

8 years ago

Thanks to @argon for #24.

Fixed

  • Missing Framework warning
  • var parameter deprecation warning

v1.5.2

8 years ago

Added:

  • tvOS Support (thanks @nwittstruck, #16)
  • gifWithURL (thanks @unromanticman, #20)

v1.5.1

8 years ago

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

v1.5

8 years ago

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

v1.4.2

8 years ago

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

8 years ago

This release adds CocoaPods support. Thanks @mackuba! :+1:

Plus a few fixes. :grin: