New APIs:
- Support for Phoenix HEEx has been added! Comrak can now avoid interpreting the contents of HEEx tags, representing them in their own node type in the AST. (by @leandrocp in #693, #702)
- Add sourcepos for the task item symbol (i.e. the
xin[x]). (by @kivikakk in #705)
Build changes:
- Fix typos in repository and add typos CI config. (by @liamwhite in #691)
- Promote clippy warns to errors in CI. (by @leandrocp in #701)
Behind the scenes:
- Clean up
find_special_charlogic for inlines. (by @liamwhite in #692) - Add
byte_matcheshelper to simplifyget/map_orchaining tests in parser. (by @liamwhite in #694) - Apply clippy suggestions. (by @leandrocp in #700)
- DRY out the
create_formattermacro a bit. (by @nberlette in #704)
New Contributors
- @nberlette made their first contribution in #704
Diff: v0.48.0...v0.49.0