Skip to content

Releases: mac-cain13/R.swift

3.1.0

09 Oct 11:56
c5b9ba1
Compare
Choose a tag to compare

New features:

  • Support for --accessLevel public flag that makes all R things public (handy for libraries)
  • Handle multiple locales for resource files (R.file.*) by @tomlokhorst
  • Add some more checks while parsing nibs by @Tvede-dk
  • Use fully qualified names in the generated file to prevent naming conflicts
  • Validation for custom fonts and images in nibs

Deprecated:

  • Deprecated assertValid method, use validate from a test instead

Bugfix:

  • Duplicate printed errors on storyboards
  • Validation generated not compilable code when duplicate storyboard identifiers where present

3.0.0

14 Sep 06:13
ae12b4c
Compare
Choose a tag to compare

New features:

  • Swift 3 support

Breaking changes:

  • Swift 2 is not supported anymore, use the 2.* versions for Swift 2
  • Some methods are renamed, those are annotated with an availability annotation so the compiler will help you rename

3.0.0.beta.1

24 Aug 14:15
dc0322b
Compare
Choose a tag to compare
3.0.0.beta.1 Pre-release
Pre-release
v3.0.0.beta.1

Preparing for the 3.0.0.beta.1 release

2.5.0

24 Aug 09:28
f531aa1
Compare
Choose a tag to compare

New features:

  • Bundle is used in string resources

Bugfix:

  • Detect all segues correctly
  • Fix namespace problems with validation errors

2.4.0

26 Jun 14:52
18a19f1
Compare
Choose a tag to compare

New features:

  • Swift 2.3 support

2.3.0

19 May 20:18
d49c00d
Compare
Choose a tag to compare

New features:

  • Add --version parameter that shows the version of R.swift you are running

Fixed issues:

  • Use correct locale for localized strings
  • Fix typo in generated comments (by @waywalker)

2.2.2

07 May 16:05
2811323
Compare
Choose a tag to compare

Fixed issues:

  • Fix for using CR + LF in localized strings (by @tomlokhorst)

2.2.1

06 May 21:31
554aabd
Compare
Choose a tag to compare

This is an incorrectly released version and is therefore exactly the same as 2.2.0.

2.2.0

04 May 08:00
Compare
Choose a tag to compare

New features:

Fixed issues:

2.2.0 beta 1

28 Apr 20:41
ecffb7e
Compare
Choose a tag to compare
2.2.0 beta 1 Pre-release
Pre-release

New features:

  • Localized string support (by @renrawnalon and @tomlokhorst)

Fixed issues: