Commit Graph

54 Commits

Author SHA1 Message Date
DreamPiggy 4c7f169e39 Released v1.5.0 version
Update the CHANGELOG.md
2020-06-01 17:23:04 +08:00
DreamPiggy 1ed96d9b08 Released v1.4.0 version
Update the CHANGELOG.md
2020-05-07 11:25:31 +08:00
DreamPiggy 82ae39a391 Released v1.3.4 version
Update the CHANGELOG.md
2020-04-30 15:59:27 +08:00
DreamPiggy 8e61e4451e Released v1.3.3 version
Update the CHANGELOG.md
2020-04-15 20:11:18 +08:00
DreamPiggy 14a3cce8e5 Released v1.3.2 version
Update the CHANGELOG.md
2020-04-14 22:39:02 +08:00
DreamPiggy c710df6456 Released v1.3.1 version
Update the CHANGELOG.md
2020-04-10 23:43:14 +08:00
DreamPiggy fdfac45768 Released v1.3.0 version
Update the CHANGELOG.md
2020-04-05 15:28:39 +08:00
DreamPiggy d07a405bb5 Upgrade the dependency of SDWebImage 5.7.0 2020-04-04 19:52:16 +08:00
DreamPiggy caebf495b9 Released v1.2.1 version 2020-04-01 17:51:12 +08:00
DreamPiggy 0b11cceaaa Released v1.2.0 version 2020-03-29 21:33:22 +08:00
DreamPiggy 8984320cb6 Released v1.1.0 version 2020-03-24 20:11:01 +08:00
DreamPiggy 077e8b52c3 Bumped the version to 1.0.0 2020-03-03 18:49:34 +08:00
DreamPiggy b32d3ca8f1 Released v1.0.0-beta3 version 2020-02-25 18:47:05 +08:00
DreamPiggy 963dac42e7 Released v1.0.0-beta2 version 2020-02-02 00:15:53 +08:00
DreamPiggy 65119ead92 Released v1.0.0-beta version 2020-01-28 19:22:52 +08:00
DreamPiggy 7e92d42ee5 Bump version to 0.10.2 2020-01-26 20:16:02 +08:00
DreamPiggy 67a5ae96ad Bump version to 0.10.1 2020-01-26 18:14:08 +08:00
DreamPiggy a3f30bafdc Bump version to 0.10.0
Update readme
2019-12-06 22:44:35 +08:00
DreamPiggy 9976615510 Update Podspec with weak linking for SwiftUI, Combine 2019-12-06 18:00:21 +08:00
DreamPiggy 056cc69713 Use the BUILD_LIBRARY_FOR_DISTRIBUTION to generate swift interface instead of Swift module 2019-12-06 17:47:38 +08:00
DreamPiggy b312686347 Bump version to 0.9.0
Update readme
2019-11-30 02:21:44 +08:00
DreamPiggy fab4ec4676 Bump version to 0.8.6 2019-11-23 11:23:15 +08:00
DreamPiggy 7f6f23f7d4 Bump version to 0.8.5 2019-11-16 16:00:34 +08:00
DreamPiggy c7f3df5d98 Bump version to 0.8.4 2019-11-14 22:02:25 +08:00
DreamPiggy 63c30596b0 Bump version to 0.8.3 2019-11-10 19:10:59 +08:00
DreamPiggy 0b5908610a Bump version to 0.8.2
Update the podspec description
2019-11-10 06:37:01 +08:00
DreamPiggy 3ae64cfaf5 Bump version to 0.8.1 2019-11-09 17:18:00 +08:00
DreamPiggy 10820a82b6 Bump version to 0.8.0 2019-11-09 15:29:43 +08:00
DreamPiggy 43c8cb55f8 Upgrade the dependency of SDWebImage to 5.3 2019-11-06 23:05:55 +08:00
DreamPiggy 2a5b0ef330 Bump version to 0.7.0 2019-11-02 19:19:48 +08:00
DreamPiggy aebd140067 Bump version to 0.6.5 2019-11-02 12:00:02 +08:00
DreamPiggy 44beb17703 Bump version to 0.6.4 2019-11-02 04:26:17 +08:00
DreamPiggy 3017ca7968 Bump version to 0.6.3 2019-10-30 02:11:17 +08:00
DreamPiggy 3994022447 Bump version to 0.6.2 2019-10-29 15:30:02 +08:00
DreamPiggy 27e8288d1b Bump version to 0.6.1 2019-10-28 18:48:04 +08:00
DreamPiggy 98ffc78043 Bump version to 0.6.0 2019-10-27 20:20:53 +08:00
DreamPiggy 51f3595c8f Bump version to 0.5.2 2019-10-27 03:45:36 +08:00
DreamPiggy d9c1bebf52 Bump version to 0.5.1 2019-10-26 17:47:34 +08:00
DreamPiggy d89ccbba50 Bump version to 0.5.0 2019-10-26 05:11:17 +08:00
DreamPiggy c99f5c6474 Bump version to 0.4.2 2019-10-24 12:40:46 +08:00
DreamPiggy 2b1ac930c9 Bump version to 0.4.1 2019-10-22 23:22:29 +08:00
DreamPiggy 2f70ff7b69 Bump version to 0.4.0 2019-10-22 01:28:17 +08:00
DreamPiggy 7e21926830
Support AnimatedImage on watchOS - Using WatchKit bridge (#22)
* Temp for watchOS AnimatedImage support, using massive private API, still contains small issues

* Update the hack for wacthKit experienment, fix the retain cycle issue that cause WKInterfaceImage not dealloc

* Solve the merge conflict and try again

* Add support for contentMode

* Fix the SDAnimatedImageInterface first appear shows empty issues

* Fix the scale factor support for SDAniamtedImageInterface

* Fix the compile issue on other platforms

* Stop animtiong when dismantle for watchOS AnimatedImage

* Fix the issue that stopAnimating does not stop :)

* Fix the warning because of Apple's bug

* Use macro to integrate the watchOS Animation solution

* Refactory code to fix that calling sd_setImage(with:) multiple times issues

* Support to custom loop count on watchOS AnimatedImage

* Fix the CocoaPods issues which does not have umbrella headers

* Update some of the documentations

* Try to solve the SwiftPM issue because it does not support mixed Objective-C and Swift code, really suck, Apple :)

* Fix travis CI script to only build Carthage. Swift cli build can not works on Objective-C code import syntax, but works on Xcode
2019-10-22 01:09:57 +08:00
DreamPiggy f056456f15 Bump version to 0.3.3 2019-10-20 16:23:25 +08:00
DreamPiggy ecd33b3329 Bump version to 0.3.2 2019-10-10 18:22:01 +08:00
DreamPiggy d63870dc93 Bump version to 0.3.1 2019-10-05 20:27:32 +08:00
DreamPiggy 930231e172 Bump version to 0.3.0
update the README
2019-10-05 16:50:27 +08:00
DreamPiggy b7f504c3e6 Bump version to 0.2.0
update the README
2019-10-03 18:20:37 +08:00
DreamPiggy 269a150dff Bump version to 0.1.2
update the README
2019-10-01 16:32:35 +08:00
DreamPiggy a37f20957f Bump version to 0.1.1, support Xcode 11.0 2019-09-25 03:11:33 +08:00