All Versions
67
Latest Version
Avg Release Cycle
32 days
Latest Release
1235 days ago

Changelog History
Page 3

  • v5.0.2 Changes

    January 22, 2019
    • 🛠 Fix issues with legacy build system by adding option to disable input checks
  • v5.0.1 Changes

    January 09, 2019
    • 🛠 Fixes for relative paths
  • v5.0.0 Changes

    December 17, 2018
    • 🚀 Compatible with Xcode 10 / iOS 12 SDK, this release is not compatible with older versions use R.swift 4 if you still need that compatibility
    • ✂ 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)
    • ⚡️ Update XcodeEdit
    • 🐎 Performance tweaks by @bclymer
    • 🛠 Fix for validate images by @cooler333
    • 📜 Nib parsing fixes for Xcode 10 from @rafaelnobrepd
  • v5.0.0.rc Changes

    December 14, 2018
    • 👌 Improve R.swift 5 migration errors
  • v4.0.0 Changes

    • 👌 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
  • v3.3.0 Changes

    🆕 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
  • v3.2.0 Changes

    🆕 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)
  • v3.1.0 Changes

    🆕 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
  • v3.0.0 Changes

    🆕 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
  • v2.5.0 Changes

    🆕 New features:

    • Bundle is used in string resources

    🛠 Bugfix:

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