| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-13 | Add factorial, permutation and binomial to calculation functions (#639) | HarmoGlace | |
| 2023-04-12 | Selector rework (#640) | Sébastien d'Herbais de Thun | |
| 2023-04-11 | Let dictionaries respect insertion order | Laurenz | |
| 2023-04-11 | Add support for more ratio multiplications | Laurenz | |
| 2023-04-11 | Remove support for number / ratio | Laurenz | |
| If `1 * 40%` and `1 / 40%` both work, then I would expect `1cm * 40%` and `1cm / 40%` to work, too. So the result of both multiplication and division is always the left type. Same with `100% * 40%`. But `100% / 40%` does not return a ratio, it returns a float. This breaks the consistency. For this reason, I am removing support for just the new divisions for now, but we can revisit this. | |||
| 2023-04-11 | Fix duplicate error message for destructuring | Laurenz | |
| 2023-04-11 | Remove enumeration support from `map` | Laurenz | |
| 2023-04-11 | Allow treating ratios as floats (#681) | Eric Biedert | |
| 2023-04-11 | Array sorting by key (#584) | Daniel Csillag | |
| 2023-04-06 | Unpacking syntax (#532) | Marmare314 | |
| Closes #341 | |||
| 2023-04-05 | Appends a hint if length is expected but hint provided. (#580) | astrale-sharp | |
| 2023-04-05 | Fixed page numbering (#594) | Sébastien d'Herbais de Thun | |
| 2023-04-04 | Locatable selectors | Laurenz | |
| 2023-04-04 | Disable clippy for specific lines (#503) | Marek Barvíř | |
| 2023-03-31 | FIX lint clippy::len_without_is_empty (#451) | Marek Barvíř | |
| 2023-03-28 | Fix tests on Windows | Laurenz | |
| Fixes #386. | |||
| 2023-03-28 | Fix basic lints (cargo clippy) (#383) | Marek Barvíř | |
| 2023-03-27 | Fix enum parsing and allow zero in numberings | Laurenz | |
| Fixes #353. | |||
| 2023-03-25 | Newton's notation for derivatives (#281) | Alexander Ekdahl | |
| 2023-03-22 | Fix typos (#115) | Kian-Meng Ang | |
| Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant` | |||
| 2023-03-19 | More efficient function representation | Laurenz | |
| 2023-03-19 | Renaming and refactoring | Laurenz | |
| 2023-03-19 | Measurement and introspection rework | Laurenz | |
| 2023-03-18 | Rename formula to equation | Laurenz | |
| 2023-03-18 | Architecture description | Laurenz | |
| 2023-03-18 | Attach parameter list span to function | Laurenz | |
| 2023-03-17 | Make parameters traceable | Laurenz | |
| 2023-03-17 | Methods for page and location on queried content | Laurenz | |
| 2023-03-17 | Hover and autocomplete in show rules | Laurenz | |
| 2023-03-17 | State | Laurenz | |
| 2023-03-17 | Counters | Laurenz | |
| 2023-03-14 | Bibliography and citations | Laurenz | |
| 2023-03-14 | Reference supplements | Laurenz | |
| 2023-03-13 | Derive `Cast` for enums | Laurenz | |
| 2023-03-12 | Spans in math | Laurenz | |
| 2023-03-11 | Jump to source and preview | Laurenz | |
| 2023-03-11 | Figures | Laurenz | |
| 2023-03-11 | Section references | Laurenz | |
| 2023-03-11 | Autocompletion for raw language tags | Laurenz | |
| 2023-03-10 | Expose content representation more | Laurenz | |
| 2023-03-10 | New #[func] macro | Laurenz | |
| 2023-03-09 | Make all optional fields settable | Laurenz | |
| 2023-03-08 | Rework style chain access | Laurenz | |
| 2023-03-07 | Fully untyped model | Laurenz | |
| 2023-03-01 | Split up `model` module | Laurenz | |
| 2022-10-17 | Merge some modules | Laurenz | |
| 2022-10-17 | More spans in AST | Laurenz | |
| 2022-10-05 | Remove `SpanPos` in favor of `ErrorPos` | Laurenz | |
| 2022-10-05 | Refactor syntax module | Laurenz | |
| 2022-10-04 | Parse basic math syntax | Laurenz | |
