| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-13 | Better test runner (#3922) | Laurenz | |
| 2024-02-20 | Fix transparent text in PNG export (#3444) | frozolotl | |
| 2023-04-19 | Give more specific error messages (#881) | Leedehai | |
| 2023-03-08 | Require font to be a named argument | Laurenz | |
| 2023-02-25 | New default style | Laurenz | |
| 2023-01-27 | Hashtags everywhere! | Laurenz | |
| 2023-01-22 | Name handling for New Computer Modern Math | Laurenz | |
| 2022-12-15 | Reflection for castables | Laurenz | |
| 2022-05-19 | Switch to New Computer Modern Math | Laurenz | |
| 2022-05-06 | Cast content from string | Laurenz | |
| 2022-04-08 | Em units | Laurenz | |
| 2022-04-07 | Rename length-related types | Laurenz | |
| `Fractional` => `Fraction` `Relative` => `Ratio` `Linear` => `Relative` | |||
| 2022-04-03 | Font fallback | Laurenz | |
| 2021-12-15 | Set Rules Episode VII: The Set Awakens | Laurenz | |
| 2021-11-02 | Reduce namespace pollution | Laurenz | |
| 2021-10-05 | Fill shorthand for font function | Laurenz | |
| 2021-09-30 | New default fonts | Laurenz | |
| 2021-09-28 | Allow linear values for text edges | Laurenz | |
| 2021-08-29 | Allow body for font function once again | Laurenz | |
| 2021-08-27 | Make font fallback disableable | Laurenz | |
| 2021-08-17 | Library functions behave more imperatively | Laurenz | |
| - Templates scope state changes - State-modifying function operate in place instead of returning a template - Internal template representation contains actual owned nodes instead of a pointer to a syntax tree + an expression map - No more wide calls | |||
| 2021-07-30 | Change indent from 4 to 2 spaces | Laurenz | |
| 2021-07-30 | Fatal errors | Laurenz | |
| - Makes errors fatal, so that a phase is only reached when all previous phases were error-free - Parsing still recovers and can produce multiple errors - Evaluation fails fast and can thus produce only a single error (except for parse errors due to an import) - The single error that could occur during execution is removed for now - Removes Value::Error variant | |||
| 2021-07-10 | Remove warnings from parsing and casting | Laurenz | |
| 2021-07-09 | Even shorter error annotations | Laurenz | |
| Error annotations are now relative to the first following non-comment line. | |||
| 2021-07-08 | Rename some library arguments | Laurenz | |
| - font - color -> fill - shorthands for families and size - decoration functions - color -> stroke - strength -> thickness - position -> offset - invert offsets: now positive goes downwards just like the rest of typst | |||
| 2021-06-30 | Remove color literals (#39) | Laurenz | |
| 2021-06-29 | Make use of wide calls | Laurenz | |
| 2021-06-25 | Make font take everything as keyword arguments | Laurenz | |
| 2021-06-10 | Restructure tests | Laurenz | |
