This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
1.2.0
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.