Skip to content

Releases: Ashampoo/xmpcore

v0.1.3

10 Jul 13:20
937285f
Compare
Choose a tag to compare

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

10 Jul 09:03
083763c
Compare
Choose a tag to compare
  • Throws-Annotation for Swift code to propagate NSError
  • API now has optional options (like the original)
  • Small refactorings & code-cleanups

v0.1.1

07 Jul 10:24
236063f
Compare
Choose a tag to compare
  • Added more unit tests to demonstrate usage
  • Renamed some constants
  • Use non-standard entry point for native to prevent interference

v0.1.0

06 Jul 13:39
Compare
Choose a tag to compare

Initial release