Commit Graph

11 Commits

Author SHA1 Message Date
f4c7139902 Log Typst version string when testing 2025-11-16 14:59:41 +00:00
9536d6510e Circumvent test failures with older versions of Typst 2025-11-16 13:44:26 +00:00
83d5fc35ea Add options to Fonts command 2025-11-16 12:35:13 +00:00
a075fb41bf Rename Options to OptionsCompile as there will be different options for different Typst commands in the future 2025-11-16 12:18:50 +00:00
37d4b485dd Add Docker caller & Add support for the fonts command 2025-11-16 12:03:36 +00:00
1294d5f009 Add support for multiple Typst callers
- Add Caller interface type
- Rename CLIOptions to Options
2025-11-15 20:38:58 +01:00
bd9c1beac7 Add a way to change the working directory 2025-11-03 19:50:24 +01:00
1458dc5db7 Rename CLI.Render to CLI.Compile 2024-12-19 17:18:11 +01:00
88837c7ba0 Add VersionString method 2024-12-18 23:31:48 +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