Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Releases: mac-cain13/R.swift.Library

4.0.0.alpha.2

19 Jun 19:02
d8390c2
Compare
Choose a tag to compare
4.0.0.alpha.2 Pre-release
Pre-release
  • Minor fixes for Xcode 9 and Swift 4

4.0.0.alpha.1

08 Jun 20:08
Compare
Choose a tag to compare
4.0.0.alpha.1 Pre-release
Pre-release
  • Deprecate clr based color resources
  • Introduce color asset based color resources

3.0.2

09 Oct 10:51
b520035
Compare
Choose a tag to compare

Deprecations:

  • assertValid method is deprecated in favour of validate and will be removed in the next major release

Bugfix:

  • Removed register method that was impossible to call due generic constraints

3.0.1

20 Sep 20:18
291d004
Compare
Choose a tag to compare

Bugfix:

  • Add swift-version file for CocoaPods integration

3.0.0

13 Sep 17:43
e22748d
Compare
Choose a tag to compare

New features:

Swift 3 support

3.0.0.beta.1

24 Aug 12:41
02c5fae
Compare
Choose a tag to compare
3.0.0.beta.1 Pre-release
Pre-release

New features:

  • Swift 3 support

2.3.0

24 Aug 09:02
038468f
Compare
Choose a tag to compare

New features:

  • Comment property for StringResources
  • Bundle is now explicit with StringResources

2.2.0

22 Jun 19:40
326e89b
Compare
Choose a tag to compare

New features:

  • Swift 2.3 support

Fixed issues:

  • Use library in extensions

2.1.0

28 Apr 20:31
497fbc5
Compare
Choose a tag to compare

New features:

Fixed issues:

  • UIKit color resource fix (by @tomlokhorst)
  • Fix in dequeueReusableHeaderFooterViewWithIdentifier (by @jersonperpetua)

2.0.0

23 Mar 07:24
Compare
Choose a tag to compare

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.