v0.5.3
What's Changed
Other Changes
- Improve Makefile by @tmke8 in #850
- Show full error spans on the playground by @tmke8 in #851
- Make ariadne error reports available to WASM frontend by @tmke8 in #852
- Use Ariadne errors in Python by @tmke8 in #853
- Use Ariadne errors in the CLI by @tmke8 in #854
- Change the definition of
Spanto be likeRangeby @tmke8 in #855 - Remove lexer text mode by @tmke8 in #856
- Support
\not=by @tmke8 in #858 - Use
.unwrap_math()more by @tmke8 in #859 - Move
unwrap_math()intotokens.next()by @tmke8 in #862 - Rename some AST nodes slightly by @tmke8 in #863
- Address some clippy lints by @tmke8 in #864
- Turn
OpAttrinto a bitset by @tmke8 in #865 - Remove
Node::StretchableOpby @tmke8 in #866 - Let the
has_class()check also return the class by @tmke8 in #867 - Address clippy warnings by @tmke8 in #868
- Simplify error enum by @tmke8 in #871
- Address clippy lint by @tmke8 in #872
- Add clippy to CI by @tmke8 in #873
- Support
\labeland\eqrefby @tmke8 in #874 - Sort lifetimes by longest first by @tmke8 in #875
- Remove
Node::Dummyby @tmke8 in #877
Full Changelog: v0.5.2...v0.5.3