This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Releases: mac-cain13/R.swift.Library
Releases · mac-cain13/R.swift.Library
1.2.1
Note: Do not use this version, use version 2.0.0 or 1.2.2 instead.
Fixed issues:
- Resolved warnings with Swift 2.2
1.2.2
Fixed issue:
- Make this version compatible with Swift 2.1
- This release is exactly the same version as 1.2.0
1.2.0
New features:
- Add
ColorResourcetype - Add
NSData.init(resource:)
Fixed issues:
- When no bundle was given the documentation stated that we did a fallback on the mail bundle, but in reality we did always return
nil. The bundle isn't optional anymore in various resources, this makes the library simpler and is less error prone.
1.1.0
New features:
R.file.*.path()andR.file.*.url()are now available
Fixed issues:
- It was possible to invoke segues that didn’t match the source view controller, this is fixed now by restricting some types
1.0.1
Fixed issues:
- Carthage tvOS support is fixed by @nickygerritsen
1.0.0
First stable release! 🎉
1.0.0 beta 8
No changes, just keeping the library versioning in sync with R.swift itself.
1.0.0 beta 7
- Cleanup in docs and ordering of files
- Remove
UIStoryboardSegueextension - Better
TypedStoryboardSegueInfoto compensate for that removal - FileResource methods on NSBundle
- Introduce protocols for all resource types for more consistency
1.0.0 beta 6
No changes, just keeping the library versioning in sync with R.swift itself.
1.0.0 beta 5
- Introduce FontResource
- Introduce StoryboardResource
- Fix UIKit dependency