Releases: typst/xmp-writer
Releases · typst/xmp-writer
0.3.0
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
andpdfaid: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
- Changed
DateTime::new
arguments: timezone data is now passed in the newTimezone
enum as the last argument instead as twoi8
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.