summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-08Update roadmapMartin Haug
2023-12-07Add regression test for #1597Laurenz
2023-12-07Fix label in `.fields()` accessor (#2884)Sébastien d'Herbais de Thun
2023-12-07Update cargo install command in READMELaurenz
2023-12-06Add calc.root function (#2736)Emanuel
Fixes #2522
2023-12-06Let test.rs --exact also accept file path of a typ file (#2817)Leedehai
2023-12-06Use a rotating test progress printer (#2872)Leedehai
2023-12-05 Add simple fuzz testing (#2581)Nathaniel Brough
2023-12-05Implement lexicographic array comparison (#2827)PgBiel
2023-12-05Add theming for scopes required by diff format (#2838)Albert Dong
2023-12-05Rename is_cjk_script() to is_cj_script() (#2829)Leedehai
2023-12-05Rephrased documentation about relativeness for patterns and gradients (#2863)Andrew Voynov
2023-12-05Move spaces between badges out of link texts in README (#2866)Yukai Chou
2023-12-05Removed trailing whitespaces (#2852)Andrew Voynov
2023-12-05Moved `auto` note up in caption separator docs (#2856)Andrew Voynov
Previously `auto` note was only visible when example is shown.
2023-12-05Fixed typo/mistake in math alignment documentation. (#2865)Johann Birnick
2023-12-04Version bumpv0.10.0Laurenz
2023-12-04Enable workspace lints for testsLaurenz
2023-12-04Fix PDF transform (#2850)Sébastien d'Herbais de Thun
2023-12-04Update emph.rs docstring (#2847)Joseph Wilson
2023-12-04Fix zero-sized patternsLaurenz
2023-12-04Fix defaults on `#[synthesized]` fields (#2825)Sébastien d'Herbais de Thun
Fixes #2821
2023-11-30Disable dependabotLaurenz
It's already starting to create too many PRs for my liking. Dependabot alerts are already active on the repository, so we should still be notified about important security updates.
2023-11-30Adjust signature of `jump_from_cursor`Laurenz
2023-11-30Drop dependency on `DashMap`Laurenz
DashMap doesn't work in multi-threaded WebAssembly in Safari: https://bugs.webkit.org/show_bug.cgi?id=265581
2023-11-30Fix content hashingLaurenz
Fixes #2800
2023-11-30Optimized labels & introspector (#2801)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-11-30Fix chinese numbers being limited to 255 (#2802)frozolotl
2023-11-29Don't exit watcher on invalid utf-8 (#2795)He Li
2023-11-29Fix typoLaurenz
2023-11-29Update changelog againLaurenz
2023-11-29Added the Estonian language to LocalName (#2797)Marten Roots
2023-11-29Bump hayagrivaLaurenz
2023-11-29Bump svg2pdfLaurenz
2023-11-29Pattern improvementsLaurenz
2023-11-29A little less route nestingLaurenz
2023-11-29Update New Computer Modern fonts to version 4.7 (#2764)Leedehai
2023-11-29Demo mid() with a new example showing a friction point with auto-scaling (#2783)Leedehai
2023-11-29Don't write multiple authors in XMP metadataLaurenz
Fixes #2556.
2023-11-28Better error message for named instead of positional argumentLaurenz
2023-11-28Add missing details for type completionLaurenz
2023-11-27Fix typosLaurenz
2023-11-27Bump docker/build-push-action from 4.0.0 to 5.1.0 (#2785)dependabot[bot]
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v5.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27Mark document children as internalLaurenz
2023-11-27Bump dependenciesLaurenz
2023-11-27Make workspace inheriting consistentLaurenz
2023-11-27Bump comemo and siphasherLaurenz
2023-11-27Update roadmapLaurenz
2023-11-27Update changelogLaurenz
2023-11-27Fix trailing comma of function call in math mode (#2772)T0mstone