Skip to content

Commit

Permalink
Preparing for the 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Oct 9, 2016
1 parent cd98309 commit c5b9ba1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 3.1.0

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

## 3.0.0

New features:
Expand Down
2 changes: 1 addition & 1 deletion R.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "R.swift"
spec.version = "3.0.0"
spec.version = "3.1.0"
spec.license = "MIT"

spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"
Expand Down
2 changes: 1 addition & 1 deletion R.swift/version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

import Foundation

let version = "3.0.0"
let version = "3.1.0"

0 comments on commit c5b9ba1

Please sign in to comment.