All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.1.12 - 2018-22-09
- Updates for Swift 4.2
- Refactored to observables
- Removed
UIColorinitializers, as they're not required for the project to work (and it's not very common to use hex color codes in iOS)- If you need them in your project, feel free to copy & paste to following file into you project: https://gist.github.com/fxm90/1350d27abf92af3be59aaa9eb72c9310
1.1.11 - 2018-04-06
- Carthage Support
1.1.10 - 2018-14-04
- Updates for Swift 4.1
- Formatted code
1.1.9 - 2018-27-01
- Formatted code
- Refactorings
1.1.8 - 2018-20-01
- Further documentation
- Further examples
- Refactorings (moved all logic into view model)
1.1.7 - 2017-12-30
- Adapt layout for iPhoneX
- Convert code to Swift 4
- Refactor code to MVVM
1.1.6 - 2017-10-30
- Allow setting a custom superview
- Documentation
1.1.5 - 2017-10-03
- Struct 'DefaultValues' is private and cannot be referenced from a default argument value (#001)
1.1.4 - 2017-10-01
- Refactored project structure to match "pod lib create" / TravisCI integration
- Added example project
1.1.3 - 2017-09-25
- Fix never adding gradient view to "keyWindow" if it is not available on first call to "show()"
1.1.2 - 2017-08-27
- Basic tests / TravisCI integration
- Refactored extension for UIColor initializer
- Changelog
1.1.1 - 2017-08-18
- Fix optical animation issue
- Fix orientation change bug
- Refactor entire code
- Lint code
1.1.0 - 2017-02-28
- Allow changing gradient colors
1.0.0 - 2016-12-28
- Initial release