R.swift v3.1.0 Release Notes

  • ๐Ÿ†• 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