| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-07 | Remove unmaintained benchmarks (#3569) | Laurenz | |
| 2024-02-28 | Externalize assets (#3515) | Laurenz | |
| 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-04 | Enable workspace lints for tests | Laurenz | |
| 2023-11-27 | Make workspace inheriting consistent | Laurenz | |
| 2023-11-24 | Merge `typst` and `typst-library` | 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-11-08 | Switch to workspace dependencies | Laurenz | |
| 2023-10-25 | Bump dependencies | Laurenz | |
| 2023-10-09 | Bump ecow | Laurenz | |
| 2023-09-13 | Update to usvg 0.35 (#2113) | Laurenz Stampfl | |
| 2023-09-13 | Bump dependencies | Laurenz | |
| 2023-09-13 | Bump oxipng | Laurenz | |
| The released version of oxipng has a deadlock issue with rayon. So we switch to a git dependency for now. | |||
| 2023-09-11 | Update tests for type system changes | Laurenz | |
| 2023-08-29 | More type safety for spans | Laurenz | |
| 2023-07-04 | Disable `binary` feature of `oxipng` (#1640) | LingMan | |
| The `oxipng` crate contains a binary target in addition to the library target. Said binary has additional dependencies which are not needed by users of the library. Since Cargo unfortunately doesn't currently offer a good way to express such binary-only dependencies, they are enabled by default via the `binary` feature. Avoid downloading and building these unnecessary crates by disabling the `binary` feature. | |||
| 2023-07-02 | Move everything into `crates/` directory | Laurenz | |
| 2023-06-27 | Basic package management | Laurenz | |
| 2023-05-16 | Bump comemo | Laurenz | |
| 2023-05-11 | Remove 'static bound on `World` | Laurenz | |
| Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime. | |||
| 2023-05-03 | Add rust minimum version in `Cargo.toml` (#902) | HarmoGlace | |
| 2023-05-02 | Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822) | Martin Haug | |
| 2023-04-26 | Version bumpv0.3.0 | Laurenz | |
| 2023-04-26 | Upgrade a bunch of deps and remove two unused ones (#968) | Alex Saveau | |
| 2023-04-23 | Parallelize tests (#900) | Alex Saveau | |
| 2023-04-21 | use clap for parsing tests. (#876) | astrale-sharp | |
| 2023-04-20 | Add UPDATE_EXPECT envvar to update tests (#748) | Alex Saveau | |
| 2023-04-17 | Bump comemo | Laurenz | |
| 2023-04-13 | Reduce amount of hashing | Laurenz | |
| 2023-04-11 | Version bumpv0.2.0 | Laurenz | |
| 2023-04-05 | Bump versionv0.1.0 | Laurenz | |
| 2023-03-27 | Bump dependencies | Laurenz | |
| 2023-02-06 | Set Typst versions to `0.0.0` | Laurenz | |
| 2022-12-02 | Introduce virtual typesetter | Laurenz | |
| 2022-11-03 | Separate test crate | Laurenz | |
| This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414 | |||
