Skip to content

Commit

Permalink
Merge pull request #39 from mRs-/swift-3.0
Browse files Browse the repository at this point in the history
Swift 3.0
  • Loading branch information
mRs- authored Jan 8, 2017
2 parents 5725176 + e5e7483 commit 9ec3171
Show file tree
Hide file tree
Showing 40 changed files with 1,116 additions and 2,240 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: objective-c
osx_image: xcode7.2
xcode_project: HexColors.xcodeproj
xcode_scheme: HexColors
xcode_sdk: iphonesimulator9.2
osx_image: xcode8.2
script:
- xcodebuild test -scheme HexColors-iOS-Tests -sdk iphonesimulator -destination 'platform=iOS Simulator,id=79C525D3-2383-4201-AC3A-81810F9F4E03'
after_success:
- bash <(curl -s https://codecov.io/bash)
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ All notable changes to this project will be documented in this file.
`HexColors` adheres to [Semantic Versioning](http://semver.org/).

---
## [5.0.0] (https://github.com/mRs-/HexColors/tree/5.0.0)
* 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)

## [4.0.0] (https://github.com/mRs-/HexColors/tree/4.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. We will drop this in colorWithHexString in 5.0.0
** 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.

## [3.1.1] (https://github.com/mRs-/HexColors/tree/3.1.1)
* added cocoadocs
Expand Down
100 changes: 0 additions & 100 deletions Classes/HexColors.h

This file was deleted.

173 changes: 0 additions & 173 deletions Classes/HexColors.m

This file was deleted.

Loading

0 comments on commit 9ec3171

Please sign in to comment.