| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-23 | Add support for date & time handling (#435) | Laurenz Stampfl | |
| 2023-05-22 | Fix and simplify reference supplements | Laurenz | |
| - Fixes #873 by properly handling `none` supplement for`ref`. - Fixes #523 by adding a `supplement` parameter to `math.equation` - In the future, we can remove supplement functions in favor of show-set rules with fine-grained selectors. Currently, this is not possible because show-set + synthesis doesn't play well together | |||
| 2023-05-22 | Don't hide introspection metadata | Laurenz | |
| Fixes #622 | |||
| 2023-05-22 | Fix PDF outline bugs | Laurenz | |
| Fixes #1098 Fixes #1143 Fixes #1151 | |||
| 2023-05-22 | Fix field access on styled element | Laurenz | |
| Fixes #1197 | |||
| 2023-05-22 | Fix removal order for dictionary | Laurenz | |
| Switches to `shift_remove` for now. In the future, we should look into a more efficient implementation. Fixes #1258. | |||
| 2023-05-22 | Clearer error messages for failed comparisons | Laurenz | |
| Fixes #1231 | |||
| 2023-05-21 | Correct outdated comment (#1265) | Rui | |
| 2023-05-20 | Footnotes | Laurenz | |
| 2023-05-19 | Do not crash on invalid pattern | Laurenz | |
| Fixes #1213 Fixes #1232 | |||
| 2023-05-17 | Show default values in documentation | Laurenz | |
| Fixes #169 Fixes #1102 | |||
| 2023-05-17 | Search keywords | Laurenz | |
| 2023-05-17 | Fix figure detection | Laurenz | |
| 2023-05-15 | Switch from unicode_xid to unicode_ident (#1208) | Kevin Stevens | |
| 2023-05-12 | Show rules for symbols (fixes #1130) (#1175) | sitandr | |
| 2023-05-11 | Improve alignment of text inside raw blocks (#1034) | Pg Biel | |
| 2023-05-11 | Alternate between right/left alignment in equations (#936) | Alex Saveau | |
| 2023-05-11 | Let `Document` be `Sync` again | Laurenz | |
| Fixes #930. | |||
| 2023-05-11 | Documentation fixes | Laurenz | |
| 2023-05-11 | Remove tracing from cheap functions | Laurenz | |
| Turns out that having tracing enabled on some functions that get called a lot distorts the traces so that their parent stack frames look much more expensive than they actually are. | |||
| 2023-05-11 | More efficient introspection | Laurenz | |
| Switches from a mutable locator to one based on tracked chains and optimizes query performance. | |||
| 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-04 | More efficient incremental parsing | Laurenz | |
| If validation fails, we now do exponential fallback to a larger segment instead of giving up entirely. | |||
| 2023-05-03 | Function scopes (#1032) | Pg Biel | |
| 2023-05-03 | Parameter pattern bug (#1062) | Marmare314 | |
| 2023-05-03 | Implement default values for at() (#995) | Michael Lohr | |
| 2023-05-03 | Refactor string replacement | Laurenz | |
| 2023-05-03 | [Feature] Allow function as argument for string.replace (#944) | dvdvgt | |
| 2023-05-03 | Add shorthand for root operation (#929) | Marmare314 | |
| 2023-05-03 | Make ligatures copyable and searchable | Laurenz | |
| Fixes #479 Fixes #1040 | |||
| 2023-05-02 | fix: typos (#1074) | Alberto Vilches | |
| 2023-05-02 | Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822) | Martin Haug | |
| 2023-04-28 | Refactor dash pattern (#983) | Szymon Bęczkowski | |
| 2023-04-28 | check index on placeholder (#1005) | Marmare314 | |
| 2023-04-28 | fix 0pt stroke for PDF export (#1020) | Pg Biel | |
| 2023-04-26 | Touch up docs | Laurenz | |
| 2023-04-26 | Pattern as parameter (#854) | Marmare314 | |
| 2023-04-26 | Fix overflows with operators (#904) | HarmoGlace | |
| 2023-04-26 | Allow passing `region` to LocalName (#926) | pan93412 | |
| 2023-04-26 | Upgrade a bunch of deps and remove two unused ones (#968) | Alex Saveau | |
| 2023-04-25 | Support indices preceding the base symbol, revamping #699 (#825) | Leedehai | |
| Breaking change: abbreviate attach() attachment params, top -> t, bottom -> b | |||
| 2023-04-25 | Add a zip method to arrays (#947) | Laurenz Stampfl | |
| 2023-04-25 | Destructuring assign (#703) | Marmare314 | |
| 2023-04-25 | Add sum and product to arrays (#966) | SekoiaTree | |
| 2023-04-24 | hint for unknown variable containing dash (#924) | Marmare314 | |
| 2023-04-24 | Disable stacker on WASM | Laurenz | |
| 2023-04-23 | Fix 0pt strokes (#923) | Pg Biel | |
| 2023-04-23 | Parallelize tests (#900) | Alex Saveau | |
| 2023-04-23 | Add instrumentation (Part 1) (#761) | Sébastien d'Herbais de Thun | |
| 2023-04-21 | Implement math `cancel` function (#793) | Pg Biel | |
