| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-03 | Tidy up library | Laurenz | |
| 2022-04-08 | Em units | Laurenz | |
| 2022-04-07 | Rename length-related types | Laurenz | |
| `Fractional` => `Fraction` `Relative` => `Ratio` `Linear` => `Relative` | |||
| 2022-03-18 | Methods | Laurenz | |
| 2022-03-11 | Rename template to content | Laurenz | |
| 2022-02-03 | Add modulo | Martin Haug | |
| 2022-01-13 | Add `even` and `odd` functions | Laurenz | |
| 2021-10-25 | Replace `..` syntax with `range` function | Laurenz | |
| 2021-10-05 | Always use first positional argument in `expect()` | Laurenz | |
| This changes `#h(100)` from "missing argument: spacing" to "expected linear, found integer". | |||
| 2021-08-30 | Add abs() function | Laurenz | |
| 2021-08-14 | Separate type for string values | Laurenz | |
| 2021-07-31 | Call args span now includes parens | 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-06-18 | Len function for strings, arrays and dictionaries | Laurenz | |
