Releases: typst/xmp-writer
Releases · typst/xmp-writer
0.3.2
0.3.1
- Added
XmpWriter::{pdfua_part, pdfua_amd, pdfua_corr} - Added
Namespace::PdfUAId
0.3.0
Namespace::Customnow accepts a struct (breaking change)- All PDF/A features are now behind the enabled-by-default
pdfafeature flag - Added
pdfaid:amdandpdfaid:corrproperties - Added extension schema descriptions for PDF/A to describe all schemas and properties not covered by PDF/A Tech Note 0008
- New
Namespace::namemethod to retrieve human-readable namespace name
0.2.0
- Changed
DateTime::newarguments: timezone data is now passed in the newTimezoneenum as the last argument instead as twoi8arguments. (Breaking change) xmp-writercan 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. DateTimefields are now public.