Skip to content

Releases: mac-cain13/R.swift

5.0.0.alpha.2

03 Sep 13:56
2ba7dc0
Compare
Choose a tag to compare
5.0.0.alpha.2 Pre-release
Pre-release

5.0.0.alpha.1

23 Jun 13:32
80077ad
Compare
Choose a tag to compare
5.0.0.alpha.1 Pre-release
Pre-release
  • Removed CLR file support, use color resources instead
  • Easier nib loading with new method
  • Ignore file supports explicit include (by @renrawnalon)
  • Validation for named colors
  • Empty structs are not generated anymore (by @soberman)
  • Compatible with Xcode 10 / Swift 4.2 / iOS 12 SDK, this release is not compatible with older versions use R.swift 4 if you still need that compatibility

4.0.0

02 Oct 06:19
0306ec1
Compare
Choose a tag to compare
  • Improved Xcodeproj errors
  • New color assets are now supported
  • Better capitalization is now enabled by default
  • Xcode 9/Swift 4/SPM fixes
  • Deprecate clr based color resources
  • Introduce color asset based color resources

4.0.0.alpha.4

06 Sep 19:43
3269722
Compare
Choose a tag to compare
4.0.0.alpha.4 Pre-release
Pre-release
  • Changes for latest Swift 4 betas
  • Improved Xcodeproj errors

4.0.0.alpha.3

19 Jun 19:42
Compare
Choose a tag to compare
4.0.0.alpha.3 Pre-release
Pre-release
  • New color assets are now supported
  • Better capitalization is now enabled by default
  • Use new XcodeEdit version that warns when your projectfile is corrupt
  • Xcode 9/Swift 4/SPM fixes

4.0.0.alpha.2

10 Jun 13:14
Compare
Choose a tag to compare
4.0.0.alpha.2 Pre-release
Pre-release
  • Fix incorrectly merged color PR

4.0.0.alpha.1

10 Jun 12:43
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.3.0

31 May 20:12
d341d73
Compare
Choose a tag to compare

New features:

  • Better checks for color spaces in clr files
  • Include base translation in R.strings code

Fixed issues:

  • Validating images from nibs now respects bundle

Other:

  • We now use swift package manager as our build tool

3.3.0.beta.1

03 May 15:46
ac56b87
Compare
Choose a tag to compare
3.3.0.beta.1 Pre-release
Pre-release

New features:

  • Better checks for color spaces in clr files

Fixed issues:

  • Validating images from nibs now respects bundle

Other:

  • We now use swift package manager as our build tool

3.2.0

12 Dec 23:01
f689095
Compare
Choose a tag to compare

New features:

  • Added option to explicitly import modules (fixes #277)
  • Support for an ignore file to skip resources (thanks @shiraji / fixes #276)
  • Add edge flag to enable new stable feature that are breaking changes
  • New nicer casing of identifiers (is behind the edge flag)

Bugfix:

  • Load hosting bundle by class instead of identifier (fixes #293)