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

1.2.0

Compare
Choose a tag to compare
@mac-cain13 mac-cain13 released this 16 Mar 21:11
· 124 commits to master since this release

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.