Releases: mac-cain13/R.swift
Releases · mac-cain13/R.swift
3.1.0
New features:
- Support for
--accessLevel public
flag that makes allR
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, usevalidate
from a test instead
Bugfix:
- Duplicate printed errors on storyboards
- Validation generated not compilable code when duplicate storyboard identifiers where present
3.0.0
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
v3.0.0.beta.1 Preparing for the 3.0.0.beta.1 release
2.5.0
New features:
- Bundle is used in string resources
Bugfix:
- Detect all segues correctly
- Fix namespace problems with validation errors
2.4.0
New features:
- Swift 2.3 support
2.3.0
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
Fixed issues:
- Fix for using CR + LF in localized strings (by @tomlokhorst)
2.2.1
This is an incorrectly released version and is therefore exactly the same as 2.2.0.
2.2.0
New features:
- Localized string support (by @renrawnalon and @tomlokhorst)
- Stringdict support (by @tomlokhorst)
Fixed issues:
- Updated reserved keywords (by @tomlokhorst)
2.2.0 beta 1
New features:
- Localized string support (by @renrawnalon and @tomlokhorst)
Fixed issues:
- Updated reserved keywords (by @tomlokhorst)