The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Just a small change that fixes a bug where tvOS and watchOS weren't properly supported.
NSSecureCoding
1 year ago
CodableValue now utilizes NSSecureCoding! This gets rid of jpeg and compression quality on images though. So it is up to the API user to compress an image the way they want it to be saved.
Minor improvements
1 year ago
This enables the encoding and decoding of images (UIImages & NSImages) using CodableValue initializers! Choose when you prefer a jpeg or png.
Small bug fixes.
1 year ago
Small bug fixes, where a static property was declared as 'let' and small typo.
Add macOS compatibility
1 year ago
Add Hashable conformance to CodableValue.
1 year ago
Add new UIImage encoding.
1 year ago
You can now decide how a UIImage encodes its given image.
Update error messages. Add feature to UIImage encoding
1 year ago
You can now decide how UIImage encodes a given image.
Update README.md
1 year ago