| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-17 | Better test runner (#3922) | Laurenz | |
| 2024-03-09 | Generate PDF ID automatically unless we really have a stable ID (#3591) | Laurenz | |
| 2024-02-28 | Make use of `is_some_and` where applicable (#3523) | Laurenz | |
| 2024-02-28 | Externalize assets (#3515) | Laurenz | |
| 2024-02-27 | New context system (#3497) | Laurenz | |
| 2024-02-21 | Destructuring improvements (#3463) | Laurenz | |
| 2024-02-12 | Run tests roughly in order (#3402) | Laurenz | |
| 2024-01-17 | Add `Page` struct | Laurenz | |
| To get rid of the Meta hack where numbering and things like that are stored in the frame. | |||
| 2024-01-09 | Test autocomplete (#2912) | astrale-sharp | |
| Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com> Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-12-19 | Show which reference image was updated (#3008) | PgBiel | |
| 2023-12-18 | Key/Value data from CLI (#2894) | Laurenz | |
| 2023-12-14 | Make `World` thread-safe | Laurenz | |
| 2023-12-06 | Let test.rs --exact also accept file path of a typ file (#2817) | Leedehai | |
| 2023-12-06 | Use a rotating test progress printer (#2872) | Leedehai | |
| 2023-12-04 | Enable workspace lints for tests | Laurenz | |
| 2023-11-27 | Bump dependencies | Laurenz | |
| 2023-11-26 | Rework `Vt` into `Engine` | Laurenz | |
| - Moves as much data out of the `Vm` - Removes duplication with call_vm and call_vt flavours - Uses tracked chain instead of fixed int for determining max nesting depth - This means that nesting checks now generalizes to layout and realization, to detect crashing show rules and overly nested layouts | |||
| 2023-11-24 | Merge `typst` and `typst-library` | Laurenz | |
| 2023-11-19 | Watching fixes (#2706) | Laurenz | |
| 2023-11-08 | Move some things out of `util` | Laurenz | |
| 2023-11-08 | Extract `typst-pdf` crate | Laurenz | |
| 2023-11-08 | Extract `typst-svg` crate | Laurenz | |
| 2023-11-08 | Extract `typst-render` crate | Laurenz | |
| 2023-10-27 | Add IDs and creation date to PDFs (#2374) | Martin Haug | |
| 2023-10-17 | Cached export for incremental (#2400) | Sébastien d'Herbais de Thun | |
| 2023-10-17 | Replace `Vec` with `EcoVec`, removed `Box` (#2420) | Sébastien d'Herbais de Thun | |
| 2023-10-09 | Bump ecow | Laurenz | |
| 2023-10-04 | Add `Repr` trait (#2269) | MALO | |
| 2023-09-19 | Improve span stability after incremental parsing | Laurenz | |
| 2023-09-19 | Gradient Part 1 - Color rework (#2171) | Sébastien d'Herbais de Thun | |
| 2023-09-11 | Update tests for type system changes | Laurenz | |
| 2023-09-04 | Allow packages to specify their minimum compiler version | Laurenz | |
| 2023-08-29 | Add a bit more docs to `compile` | Laurenz | |
| 2023-08-29 | More type safety for spans | Laurenz | |
| 2023-08-22 | Virtual path type | Laurenz | |
| Fixes #1937 | |||
| 2023-08-08 | Refactor SVG export a bit | Laurenz | |
| 2023-08-08 | Add SVG export (#1729) | Wenzhuo Liu | |
| 2023-08-04 | Bytes type | Laurenz | |
| - Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function | |||
| 2023-08-03 | Warn if layout doesn't stabilize (#1684) | bluebear94 | |
| 2023-07-19 | Add infrastructure for compiler warnings (#1731) | lolstork | |
| 2023-07-18 | Extract syntax module into typst-syntax crate | Laurenz | |
| 2023-06-28 | Reintroduce `--root` | Laurenz | |
| 2023-06-27 | Basic package management | Laurenz | |
| 2023-06-24 | Tidy up | Laurenz | |
| 2023-06-24 | Add infrastructure to enrich errors with hints (#1486) | Mathias Fischler | |
| 2023-06-12 | Support for inside and outside margins (#1308) | Luis David Licea Torres | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-06-07 | refactor: Replace once_cell to std lib (#1402) | Yang Hau | |
| 2023-06-06 | Improve value casting infrastructure | Laurenz | |
| 2023-06-06 | Rename `into_u16` to `as_u16` | Laurenz | |
| 2023-05-23 | Fix tests on windows (#1222) | Eric Biedert | |
