Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

51 lines (39 loc) · 1.96 KB

#Change Log All notable changes to this project will be documented in this file. HexColors adheres to Semantic Versioning.


  • Swift 4
  • Fixxed a copy paste bug
  • Completetly rewritten in Swift 3.0
  • hx_colorWithHexString / hx_colorWithHexRGBAString are not working any more
  • breaking API-Changes
  • Create UI/NSColor now with UIColor("#FF00FF") or NSColor("#00FFFF")
  • For Objective-C support switch to Version [4.0.0] (https://github.com/mRs-/HexColors/tree/5.0.0)
  • depricating hx_colorWithHexString use hx_colorWithHexRGBAString instead ** we moved from hx_colorWithHexString to show you where we are heading in the future. Most of you are not using the alpha component of this so we are moving this to colorWithHexRGBA, because most browsers are doing the same here. It's just natural to follow this through the library.
  • added cocoadocs
  • Nullability when you create a HexColor
  • Unit-Tests added
  • Travis-CI added
  • tvOS support added
  • changed the prefix of the method calls to _hx for collision avoidiance
  • watchOS support added
  • small bug fixes
  • renaming from HexColor.h to HexColors.h
  • Carthage support added
  • alpha hex strings are now working for 4- and 8-length hex Strings
  • small bug fixes
  • prefix # is not required any more
  • library was born