Releases: Ashampoo/xmpcore
Releases · Ashampoo/xmpcore
v0.1.6 - Kotlin 1.9.10
Update to Kotlin 1.9.10 and other minor dependency updates.
v0.1.5 - Kotlin 1.9
Update to Kotlin 1.9 and other minor dependency updates.
v0.1.4 - Handle missing prefix on "rdf:about"
Handle missing prefix on rdf:about
Some XMP files seem to lack the rdf:
prefix which results in an parsing error.
This version solves this problem.
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