Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Releases: mac-cain13/R.swift.Library

1.2.1

22 Mar 19:38
Compare
Choose a tag to compare

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

23 Mar 07:23
Compare
Choose a tag to compare

Fixed issue:

  • Make this version compatible with Swift 2.1
  • This release is exactly the same version as 1.2.0

1.2.0

16 Mar 21:11
Compare
Choose a tag to compare

New features:

  • Add ColorResource type
  • 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

09 Feb 08:36
Compare
Choose a tag to compare

New features:

  • R.file.*.path() and R.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

18 Jan 17:16
Compare
Choose a tag to compare

Fixed issues:

1.0.0

13 Jan 13:25
Compare
Choose a tag to compare

First stable release! 🎉

1.0.0 beta 8

12 Jan 21:45
Compare
Choose a tag to compare
1.0.0 beta 8 Pre-release
Pre-release

No changes, just keeping the library versioning in sync with R.swift itself.

1.0.0 beta 7

12 Jan 19:14
Compare
Choose a tag to compare
1.0.0 beta 7 Pre-release
Pre-release
  • Cleanup in docs and ordering of files
  • Remove UIStoryboardSegue extension
  • Better TypedStoryboardSegueInfo to compensate for that removal
  • FileResource methods on NSBundle
  • Introduce protocols for all resource types for more consistency

1.0.0 beta 6

12 Jan 19:12
Compare
Choose a tag to compare
1.0.0 beta 6 Pre-release
Pre-release

No changes, just keeping the library versioning in sync with R.swift itself.

1.0.0 beta 5

09 Jan 18:08
Compare
Choose a tag to compare
1.0.0 beta 5 Pre-release
Pre-release
  • Introduce FontResource
  • Introduce StoryboardResource
  • Fix UIKit dependency