All Versions
13
Latest Version
Avg Release Cycle
120 days
Latest Release
1557 days ago

Changelog History
Page 1

  • v5.0.1 Changes

    January 13, 2020
    • ๐Ÿ“ฆ ๐Ÿฆ Support Swift package manager #70
  • v5.0.0 Changes

    May 21, 2019
    • ๐Ÿฑ ๐ŸŽ Swift 5 #63

    Special thanks to @rahimkhalid and @lukepistrol

  • v4.0.0 Changes

    January 17, 2019
    • ๐Ÿฑ ๐Ÿ” Swift 4.2 #54
    • ๐Ÿฑ ๐Ÿ” Adds .alphaComponent, .hueComponent, .saturationComponent and .brightnessComponent to UIColor#51
    • ๐Ÿฑ ๐Ÿž Fixes crashes related to force-unwrapping. #58
    • ๐Ÿฑ ๐Ÿž Fixes bug related to completion being called in the wrong queue. #60
    • ๐Ÿš€ ๐Ÿงน Reduces deployment target to iOS 8.0. #56
    • โœ… ๐Ÿงน Perform latest migrations on the Xcode project. #59
    • ๐Ÿงน Restructures the project. #59
    • ๐Ÿ—„ ๐Ÿงน Fixes warnings about deprecated functions. #61

    Thanks to @jiangpengyun, @andy1247008998, @boherna, @pushchris, @gmlwhdtjd and @Injazz for marking this the best version to date!

  • v3.0.1 Changes

    November 21, 2017

    ๐Ÿ”€ ๐Ÿš€ Merged pull requests

    • ๐Ÿ›  fixed Swift 4 warnings regarding use of characters property #49, by frederik-jacques
  • v3.0.0 Changes

    September 25, 2017
    • ๐Ÿฑ Swift 4 ๐ŸŽ‰
  • v2.0.1 Changes

    November 08, 2016
    • ๐Ÿ›  Fix crash because of force unwrapping in macOS #37
  • v2.0.0 Changes

    October 13, 2016
    • Migrates source code to Swift 3 #34
  • v1.3.0 Changes

    August 31, 2016

    Image pixel color: #28

  • v1.2.0 Changes

    August 29, 2016
    • ๐Ÿ”จ Refactors the static .hex() method into a init method init(hex:) #26
  • v1.1.1 Changes

    July 07, 2016

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix/broken hex method on mac #22 (zenangst)
    • Color blending and components #21 (xaanimus)
    • โœ‚ Remove "linking against dylib not safe for use in application extensions" warning #19 (kumapo)
    • ๐Ÿ‘Œ Support tvOS #18 (bcylin)