Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Latest commit

 

History

History
100 lines (80 loc) · 3.13 KB

File metadata and controls

100 lines (80 loc) · 3.13 KB

Changelog

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

Changed

  • Updates for Swift 4.2
  • Refactored to observables
  • Removed UIColor initializers, as they're not required for the project to work (and it's not very common to use hex color codes in iOS)

1.1.11 - 2018-04-06

Changed

  • Carthage Support

1.1.10 - 2018-14-04

Changed

  • Updates for Swift 4.1
  • Formatted code

1.1.9 - 2018-27-01

Changed

  • Formatted code
  • Refactorings

1.1.8 - 2018-20-01

Added

  • Further documentation
  • Further examples

Changed

  • Refactorings (moved all logic into view model)

1.1.7 - 2017-12-30

Changed

  • Adapt layout for iPhoneX
  • Convert code to Swift 4
  • Refactor code to MVVM

1.1.6 - 2017-10-30

Added

  • Allow setting a custom superview
  • Documentation

1.1.5 - 2017-10-03

Fixed

  • Struct 'DefaultValues' is private and cannot be referenced from a default argument value (#001)

1.1.4 - 2017-10-01

Added

  • Refactored project structure to match "pod lib create" / TravisCI integration
  • Added example project

1.1.3 - 2017-09-25

Fixed

  • Fix never adding gradient view to "keyWindow" if it is not available on first call to "show()"

1.1.2 - 2017-08-27

Added

  • Basic tests / TravisCI integration
  • Refactored extension for UIColor initializer
  • Changelog

1.1.1 - 2017-08-18

Fixed

  • Fix optical animation issue
  • Fix orientation change bug

Changed

  • Refactor entire code
  • Lint code

1.1.0 - 2017-02-28

Changed

  • Allow changing gradient colors

1.0.0 - 2016-12-28

  • Initial release