Commit Graph

6 Commits

Author SHA1 Message Date
0668d15070 Add PDFStandard type and constants
Also rename the PDFStandard field in CLIOptions to PDFStandards, and change its type from string to []PDFStandard.

This is a breaking change.
2025-02-26 17:27:24 +01:00
c2d62b2373 Fix Custom command line options 2025-02-26 17:01:44 +01:00
Florent Aide
0e2bdda951 Add support for font-path option 2025-02-26 15:35:15 +01:00
Florent Aide
2f45207c40 add support for 0.13.0 html feature 2025-02-24 17:04:35 +01:00
82735f849c Add MIT license 2024-12-18 20:48:49 +01:00
755cee77ac Several changes
- Make VariableEncoder write* methods private
- Add VariableEncoder method to write correctly escaped string literals
- Fix error handling in VariableEncoder
- Add support for time.Time and time.Duration
- Fix MarshalText usage in VariableEncoder
- Encode byte slice so that it is a valid typst bytes object
- Extend tests
- Add functions to clean and check typst identifiers
- Split Error into Error and ErrorWithPath
- Add CLIOptions
2024-12-18 17:25:28 +01:00