Released on 2019-12-24.
- [ADD] Basic SwiftUI color support
Released on 2019-09-15.
- [FIX] Add parenthesis arround mathematical operators to avoid precedence issues (#51)
- [ADD]
toRGBAmethod - [ADD]
toAGBRmethod
Released on 2019-05-27.
- [FIX] Minor improvements (compilation performance, documentation)
- Swift 5/Xcode 10 support
Released on 2017-11-07.
- [FIX] Minor improvements (compilation performance, documentation)
- Swift 4/Xcode 9 support
Released on 2017-04-15.
- [ADD] Support alpha channel with the hex strings (e.g. #FF0934CC)
Released on 2016-12-15.
- [FIX]
mixedmethod with the alpha channel
Released on 2016-12-12.
- [ADD]
luminanceproperty - [ADD]
contrastRatiomethod - [ADD]
isContrastingmethod
Released on 2016-09-08.
- [ADD] CIE XYZ Color Space
- [ADD] Initialization with XYZ components
- [ADD]
toXYZComponents()method - [ADD] CIE Lab* Color Space
- [ADD] Initialization with Lab* components
- [ADD]
toLabComponents()method - [ADD]
toHSBComponents()method - [REFACTORING]
toHSLAComponentstotoHSLComponents - [REFACTORING] Hue range is now from 0° and 360° instead of 0.0 and 1.0
- [ADD]
DynamicGradientobject - [ADD]
colorPalettemethod to a gradient - [ADD]
pickColorAtmethod to a gradient - [ADD]
gradientproperty to array of colors - [ADD]
DynamicColorSpaceenum - [REFACTORING]
mixedcolors using different color spaces
Released on 2016-06-14.
- Swift 3 Supports
isLightinstead ofisLightColoradjustedAlphainstead ofadjustedAlphaColorinvertedinstead ofinvertColorgrayscaledinstead ofgrayscaledColordarkenedinstead ofdarkerColorlighterinstead oflighterColorsaturatedinstead ofsaturatedColordesaturatedinstead ofdesaturatedColorcomplementedinstead ofcomplementColoradjustedHueinstead ofadjustedHueColortintedinstead oftintColorshadedinstead ofshadeColormixedinstead ofmixWithColorisEqual:toHexinstead ofisEqualToHexisEqual:toHexStringinstead ofisEqualToHexString- Removing the
darkenColor, usedarkenedinstead - Removing the
lightenColor, uselighterinstead - Removing the
saturateColor, usesaturatedinstead - Removing the
desaturateColor, usedesaturatedinstead - Use
CGFloatinstead ofDoubleeverywhere
Released on 2016-02-29.
- [ADD] Swift Package Manager supports
Released on 2015-12-12.
- [ADD]
adjustedAlphaColormethod - [REFACTORING] Move
redComponent/greenComponent/blueComponent/alphaComponentmethods to properties in order to reflect the OSX API
Released on 2015-11-19.
- [ADD]
isLightColormethod - [REFACTORING]
red/green/blue/alphamethods toredComponent/greenComponent/blueComponent/alphaComponent - [ADD] OSX supports
Released on 2015-10-29.
- [ADD] WatchOS 2 supports
- [ADD] TVOS 9 supports
Released on 2015-10-26.
- [FIX] BITCODE supports (#6)
Released on 2015-09-17.
- [UPDATE] Swift 2 compatibility
- [FIX] Use Double instead of CGFloat due to float precision
Released on 2015-09-01.
- [FIX] Mandatory clip parameters for Xcode7 beta 6 (#5)
Released on 2015-08-29.
- [UPDATE] Make the DynamicColor typealias public
Released on 2015-08-27.
- [ADD] Changelog.md file
Released on 2015-07-29.
- [FIX] Project framework target sets to 8.0 for Carthage support (#4)
Released on 2015-07-28.
- [ADD] Initialization with hue
- [ADD]
toHSLAComponentsmethod
Released on 2015-07-24.
- [ADD]
toHexmethod - [ADD]
isEqualToHexmethod
Released on 2015-07-09.
- [UPDATE] Documentation
- [FIX] Some var to let (#3)
- [ADD]
toComponentsmethod - [ADD]
red/green/blue/alphamethods
Released on 2015-06-12.
- [ADD] Carthage support
Released on 2015-06-10.
- [FIX] Typos in the documentation (#1)
- [IMPROVEMENT] Check interval for parameter
Released on 2015-06-06.
- [ADD]
shadeColormethod - [ADD]
tintColormethod - [ADD]
mixWithColormethod
Released on 2015-06-02.
saturatedmethoddesaturatemethodlighter/lightenmethodsdarker/darkenmethodsgrayscalemethodadjustHuemethodcomplementColormethodinvertColormethodtoHexStringmethodisEqualToHexStringmethod- Initialization with hex strings and integers
- Cocoapods support