Skip to content

v0.49.0

Latest

Choose a tag to compare

@kivikakk kivikakk released this 09 Dec 02:45
· 8 commits to main since this release
50d9548

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 x in [x]). (by @kivikakk in #705)

Build changes:

Behind the scenes:

  • Clean up find_special_char logic for inlines. (by @liamwhite in #692)
  • Add byte_matches helper to simplify get/map_or chaining tests in parser. (by @liamwhite in #694)
  • Apply clippy suggestions. (by @leandrocp in #700)
  • DRY out the create_formatter macro a bit. (by @nberlette in #704)

New Contributors

Diff: v0.48.0...v0.49.0