This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Releases: mac-cain13/R.swift.Library
Releases · mac-cain13/R.swift.Library
4.0.0.alpha.2
- Minor fixes for Xcode 9 and Swift 4
4.0.0.alpha.1
- Deprecate clr based color resources
- Introduce color asset based color resources
3.0.2
Deprecations:
assertValid
method is deprecated in favour ofvalidate
and will be removed in the next major release
Bugfix:
- Removed
register
method that was impossible to call due generic constraints
3.0.1
Bugfix:
- Add swift-version file for CocoaPods integration
3.0.0
New features:
Swift 3 support
3.0.0.beta.1
New features:
- Swift 3 support
2.3.0
New features:
- Comment property for StringResources
- Bundle is now explicit with StringResources
2.2.0
New features:
- Swift 2.3 support
Fixed issues:
- Use library in extensions
2.1.0
New features:
- String resources (used by mac-cain13/R.swift#188)
Fixed issues:
- UIKit color resource fix (by @tomlokhorst)
- Fix in
dequeueReusableHeaderFooterViewWithIdentifier
(by @jersonperpetua)
2.0.0
Fixed issue:
- Resolved warnings with Swift 2.2
- This version is not compatible with Swift 2.1 and therefore a breaking change, use 1.2.2 if you need Swift 2.1 compatibility.