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

Changelog History
Page 4

  • v2.4.0 Changes

    ๐Ÿ†• New features:

    • ๐Ÿ‘ Swift 2.3 support
  • v2.3.0 Changes

    ๐Ÿ†• 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)
  • v2.2.2 Changes

    ๐Ÿ›  Fixed issues:

    • ๐Ÿ›  Fix for using CR + LF in localized strings (by @tomlokhorst)
  • v2.2.1 Changes

    ๐Ÿš€ This is an incorrectly released version and is therefore exactly the same as 2.2.0.

  • v2.2.0 Changes

    ๐Ÿ†• New features:

    • ๐Ÿ‘ Localized string support (by @renrawnalon and @tomlokhorst)

    ๐Ÿ›  Fixed issues:

    • โšก๏ธ Updated reserved keywords (by @tomlokhorst)
  • v2.1.0 Changes

    ๐Ÿ†• New features:

    • โž• Add support for "imagestack" assets, parallax images used on AppleTV (@chillpop)
  • v2.0.0 Changes

    ๐Ÿ›  Fixed issue:

    • โš  Use new version of R.swift.Library to avoid Swift 2.2 warnings
    • This version is not compatible with Swift 2.1 and therefore a breaking change, use 1.4.2 if you need Swift 2.1 compatibility.
  • v1.4.2 Changes

    ๐Ÿ›  Fixed issue:

    • ๐Ÿ‘‰ Make this version compatible with Swift 2.1
    • ๐Ÿš€ This release is exactly the same version as 1.4.0
  • v1.4.1 Changes

    Note: Do not use this version, use version 2.0.0 or 1.4.2 instead.

    ๐Ÿ›  Fixed issue:

    • โš  Use new version of R.swift.Library to avoid Swift 2.2 warnings
  • v1.4.0 Changes

    ๐Ÿ†• New features:

    • โž• Added support for CLR color lists (@tomlokhorst)
    • SwiftDoc comments are generated in the R.generated.swift file (@tomlokhorst)
    • R.swift is made available on Homebrew (maintained by @tomasharkema)
    • Synthesizing let accessors for storyboard identifiers (@JaviSoto)
    • ๐Ÿ†• New NSData(resource: R.file.someFile) constructor is now available (@tomlokhorst)

    ๐Ÿ›  Fixed issues:

    • ๐Ÿ’ฅ Breaking: R.file.someFile() as String is removed to prevent ambiguity errors, use R.file.someFile.path() instead (@tomlokhorst)
    • Generated variable/function names will never be empty anymore (@tomlokhorst)
    • ๐Ÿ— If the first view in a nib is a standard Apple Interface Builder class it will now typecast correctly instead of falling back to UIView
    • NSBundle now falls correctly back on the main bundle, this was documented as such but did not always happen
    • โšก๏ธ Swift keyword list updated to avoid generation of invalid variable/function names