| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-30 | Add test for ends-with fix | Laurenz | |
| 2023-08-30 | Fix data loading display names | Laurenz | |
| 2023-08-30 | Allow renaming imports with `as` (#1923) | Pg Biel | |
| 2023-08-30 | Make zip variadic (#2041) | Sébastien d'Herbais de Thun | |
| 2023-08-30 | Introduce second variant of Ignorant Behaviour and prevent weak page breaks ↵ | Beiri22 | |
| at basically empty pages (#1929) | |||
| 2023-08-30 | Duration type, simple date-duration-calculations and comparisons (#1843) | Beiri22 | |
| 2023-08-29 | Add a bit more docs to `compile` | Laurenz | |
| 2023-08-29 | More type safety for spans | Laurenz | |
| 2023-08-26 | Fix weak spacing broken in math (#1966) | sitandr | |
| 2023-08-26 | Implement `rev()` method on string (#2013) | Kevin K | |
| 2023-08-26 | Fixed numbering hint (#2012) | Sébastien d'Herbais de Thun | |
| 2023-08-25 | separate decode from string/bytes for all data functions; and encode for ↵ | Beiri22 | |
| json, toml, yaml via serde (#1935) | |||
| 2023-08-25 | Initial support for augmented matrices (#1679) | lolstork | |
| 2023-08-23 | Render opening smart quote after another opening quote of a different type ↵ | bluebear94 | |
| (#1559) | |||
| 2023-08-23 | linebreak_optimized: Handle breakpoints separated only by spaces (#1821) | bluebear94 | |
| 2023-08-22 | Virtual path type | Laurenz | |
| Fixes #1937 | |||
| 2023-08-22 | Support selectors with and/or followed by before/after (#1883) | damaxwell | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-08-21 | Add hint for missing method error for dictionary where a field with a ↵ | Simon Rask | |
| function is present (#1922) | |||
| 2023-08-21 | Check for control flow event before let binding (#1912) | bluebear94 | |
| Fixes #1906 (trying to destructure the result of `continue`). | |||
| 2023-08-21 | Add intersperse() method for arrays (#1897) | Gokul Soumya | |
| 2023-08-21 | Make bytes joinable | Laurenz | |
| 2023-08-21 | Wasm plugin system (#1555) | astrale-sharp | |
| 2023-08-10 | Fix single prime in subscript (#1909) | sitandr | |
| * Fix single prime in subscript (a_' producing wrong result) * Clippy | |||
| 2023-08-08 | Fix crashing on empty regexps (#1870) | sitandr | |
| 2023-08-08 | Refactor SVG export a bit | Laurenz | |
| 2023-08-08 | Add SVG export (#1729) | Wenzhuo Liu | |
| 2023-08-08 | Penalize runts (#1858) | Matt Fellenz | |
| 2023-08-07 | Show warning to user if they use double/empty underscores (italic) (#1871) | Mathias Fischler | |
| 2023-08-06 | Fix incomplete line endings (#1866) | Matt Fellenz | |
| 2023-08-05 | Decode image (#1810) | Beiri22 | |
| 2023-08-05 | Period and slash are ordinary characters in math (#1855) | damaxwell | |
| 2023-08-05 | Correct spacing between closing delimiter and large operators (#1857) | damaxwell | |
| 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 | layout::par::finalize: Bound allotted width when fitting to width (#1828) | bluebear94 | |
| Sometimes, optimized line breaking outputs lines that are wider than the allotted width so that spacing between words can be narrowed to fit. However, the width calculation for the fit-to-width case does not account for this, causing the resulting width to exceed the width of the region. This commit takes the minimum of the calculated width with the width of the region. Fixes #1825. | |||
| 2023-08-03 | Ensure normal weight math font face is consistent (#1774) | damaxwell | |
| 2023-08-03 | large operators have limits in displays; relations have limits always (#1748) | damaxwell | |
| 2023-08-03 | Warn if layout doesn't stabilize (#1684) | bluebear94 | |
| 2023-07-29 | Add start parameter to array enumerate (#1818) | bluebear94 | |
| 2023-07-26 | Update field mutation error message (#1742) | Pg Biel | |
| 2023-07-20 | Improved #box baselines in math (#1755) | damaxwell | |
| * Improved #box baselines in math * add a test | |||
| 2023-07-20 | Center delimiters vertically about the axis (#1756) | damaxwell | |
| 2023-07-20 | Center large operators on axis (#1735) | damaxwell | |
| 2023-07-19 | Identify state by key only | Laurenz | |
| 2023-07-19 | Resolve `place` deltas relative to real container size | Laurenz | |
| 2023-07-19 | Positions placed elements relative to real container size (#1745) | Laurenz | |
| This positions placed elements relative to the real container size instead of relative to the base size of the region. This makes its usage more versatile. Fixes #82 Fixes #685 Fixes #1705 | |||
| 2023-07-19 | Add infrastructure for compiler warnings (#1731) | lolstork | |
| 2023-07-19 | Support OpenType writing script (#1697) | damaxwell | |
| 2023-07-18 | Support `scope` argument for `eval` | Laurenz | |
| 2023-07-18 | Extract syntax module into typst-syntax crate | Laurenz | |
| 2023-07-18 | Improved math root layout (#1743) | damaxwell | |
