| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-09 | Touch up docs | Laurenz | |
| 2023-06-09 | Undo regex type rename | Laurenz | |
| Unnecessary breaking change for now | |||
| 2023-06-09 | Translate TOML datetime properly | Laurenz | |
| 2023-06-09 | Treat function-looking code in attachment as function (#985) | Alex Saveau | |
| 2023-06-07 | refactor: Replace once_cell to std lib (#1402) | Yang Hau | |
| 2023-06-06 | Small refactorings | Laurenz | |
| 2023-06-06 | Improve value casting infrastructure | Laurenz | |
| 2023-06-06 | Add note to `groups.yml` | Laurenz | |
| 2023-06-06 | Rename `into_u16` to `as_u16` | Laurenz | |
| 2023-06-02 | Remove link to `Option::contains`, since it has been removed (#1399) | figsoda | |
| 2023-05-30 | Use icu4x for linebreaking algorithm (#1355) | Peng Guanwen | |
| 2023-05-30 | Skip empty ICC profiles | Laurenz | |
| ICC profile decoding for PNGs is broken in the version of the `png` crate `image` currently depends on. The bugfix (https://github.com/image-rs/image-png/commit/4c5b0535f05b8ea5fc1dbd7179d487728edea757) is released in `png`, but not yet in `image`. As a quick fix, we'll skip empty profiles, they are never valid anyway. Fixes #1333. | |||
| 2023-05-30 | Fix doc links | Laurenz | |
| 2023-05-30 | Add `fields` method to content (#1340) | MALO | |
| 2023-05-30 | Add Danish (#1365) | sandal | |
| 2023-05-29 | Fix `.at(default: ...)` for strings and content (#1339) | Pg Biel | |
| 2023-05-29 | feat: Add Swedish (#1353) | Olle MÃ¥nsson | |
| 2023-05-29 | Add Dutch LocalNames (#1357) | Lynn | |
| 2023-05-24 | Rework delimiter errors | Laurenz | |
| Fixes #572 | |||
| 2023-05-23 | Fix layout panic in rounded rectangle | Laurenz | |
| Fixes #1216 both by hardening the rounded rectangle against negative size and by ensuring that the negative size doesn't occur in the first place for this case. | |||
| 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 | |||
