Releases: Ashampoo/xmpcore
Releases · Ashampoo/xmpcore
v0.1.3
We encountered a situation where the XMP had NUL characters at the end for unknown reasons.
This caused an exception in the parser.
The test images IMG_0001.jpg and IMG_0002.jpg on the iOS simulator exhibited this issue, indicating that it could occur in real-world scenarios as well.
To address this, we now trim all whitespaces and ISO control characters from the XMP to ensure its proper parsing.
v0.1.2
- Throws-Annotation for Swift code to propagate NSError
- API now has optional options (like the original)
- Small refactorings & code-cleanups
v0.1.1
- Added more unit tests to demonstrate usage
- Renamed some constants
- Use non-standard entry point for native to prevent interference
v0.1.0
Initial release