All Versions
67
Latest Version
Avg Release Cycle
32 days
Latest Release
1207 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