Skip to content

Releases: typst/xmp-writer

0.3.0

30 Sep 13:41
Compare
Choose a tag to compare
  • Namespace::Custom now accepts a struct (breaking change)
  • All PDF/A features are now behind the enabled-by-default pdfa feature flag
  • Added pdfaid:amd and pdfaid:corr properties
  • Added extension schema descriptions for PDF/A to describe all schemas and properties not covered by PDF/A Tech Note 0008
  • New Namespace::name method to retrieve human-readable namespace name

0.2.0

17 Oct 09:44
Compare
Choose a tag to compare
  • Changed DateTime::new arguments: timezone data is now passed in the new Timezone enum as the last argument instead as two i8 arguments. (Breaking change)
  • xmp-writer can now express the difference of a timestamp in UTC with anunknown local time (Z) and a GMT timestamp (+00:00).
  • Removed an explicit panic! in timestamp writing.
  • DateTime fields are now public.

0.1.0

23 Feb 13:18
Compare
Choose a tag to compare

This is the initial release of xmp-writer!