Skip to content

1.0.0 Beta - Stable API

Compare
Choose a tag to compare
@dreampiggy dreampiggy released this 28 Jan 11:29
· 269 commits to master since this release

Released v1.0.0 Beta

Feature

  • WebImage now supports the detailed animation control options, like customLoopCount, pausable, purgeable, playbackRate #72

Test

  • Added the Unit Test and Code Coverage #74

Break API

  • WebImage.aniamted(_:) now becomes the WebImage.init(url:options:context:isAnimating:) Binding arg, you can use the Binding to control animations as well
  • AnimatedImage.playBackRate now becomes AnimatedImage.playbackRate
  • AnimatedImage.customLoopCount now is UInt instead of Int