Releases: swiftgif/SwiftGif
v1.7.0: Many fixes
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
This release fixes an issue with the SwiftGifOrigin.podspec
.
Swift 3 and general improvements
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 ❤️
- @Palleas (#17)
- @WXGBridgeQ (#19)
- @muhasturk (#22)
- @mintakson (#25)
- @samheather (#27)
- @satoshin2071 (#32)
v1.6-beta: Swift 3 and general awesomeness
This release will make it into master when Swift 3 and iOS 10 are released.
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 ❤️
- @Palleas (#17)
- @WXGBridgeQ (#19)
- @muhasturk (#22)
- @mintakson (#25)
- @samheather (#27)
- @satoshin2071 (#32)
v1.5.3: Fix Swift 2.2 deprecation warnings
v1.5.2: tvOS support + gifWithURL
Added:
- tvOS Support (thanks @nwittstruck, #16)
- gifWithURL (thanks @unromanticman, #20)
v1.5.1: Fix podspec
This release fixes the version number in SwiftGifOrigin.podspec
and updates the copyright date in the license file. 🙈
v1.5: Easier handling and tests
This release adds easier handling (e.g. UIImage.gifWithName("jeremy")
), a few nice badges and working tests. 🎉
v1.4.2: Rename CocoaPod
Since I didn't bother checking, I missed that SwiftGif is taken.
So now this pod is called SwiftGifOrigin
. An installation guide will follow!