All Versions
21
Latest Version
Avg Release Cycle
56 days
Latest Release
1239 days ago

Changelog History
Page 2

  • v1.2.3 Changes

    August 29, 2018

    ๐Ÿ”„ Changed

    • Refactored to observables
  • v1.2.2 Changes

    April 14, 2018

    ๐Ÿ”„ Changed

    • Updates for Swift 4.1
    • Formatted code
  • v1.2.1 Changes

    January 27, 2018

    โž• Added

    • Further documentation ### ๐Ÿ”„ Changed
    • Refactored code to use MVVM
    • Format code
  • v1.2.0 Changes

    January 14, 2018

    โž• Added

    • Allow setting custom gradient colors
    • Allow setting custom animation timing function
  • v1.1.4 Changes

    ๐Ÿ”„ Changed

    • Updated to Swift 4.0
  • v1.1.3 Changes

    โž• Added

    • Further tests ### ๐Ÿ›  Fixed
    • Fix frame not updated correctly ### ๐Ÿ”„ Changed
    • Updated documentation
  • v1.1.2 Changes

    January 10, 2017

    โž• Added

    • Refactored project structure to match "pod lib create" / TravisCI integration
    • Added example project
  • v1.1.1 Changes

    โž• Added

    • Basic tests / TravisCI integration
    • Refactored extension for UIColor initializer
    • Changelog
  • v1.1.0 Changes

    โž• Added

    • Configuration for animation duration ### ๐Ÿ”„ Changed
    • Renamed and moved default values struct into main class
    • Allow subclassing "GradientProgressBar()"
    • Lint code
  • v1.0.1 Changes

    ๐Ÿ›  Fixed

    • Fix UIProgressView always updates via animation ### ๐Ÿ”„ Changed
    • Refactor entire code