0.2.7 (2026-08-03)
What's Changed
- docs: Document Comrak AST modules by @leandrocp in https://github.com/leandrocp/mdex_native/pull/44
- fix: reset Lumis state between code fences by @lobo-tuerto in https://github.com/leandrocp/mdex_native/pull/47
New Contributors
- @lobo-tuerto made their first contribution in https://github.com/leandrocp/mdex_native/pull/47
Full Changelog: https://github.com/leandrocp/mdex_native/compare/v0.2.6...v0.2.7
0.2.6 (2026-07-17)
Features
0.2.5 (2026-07-08)
Features
Bug Fixes
- bump minimum rustler_precompiled (#37) (36bd51c), closes #33
- render attrs on pre tag for html multi themes formatter (#39) (05204c9)
0.2.4 (2026-07-03)
Bug Fixes
Documentation
- cloudflare source example (917a54f)
0.2.3 (2026-06-29)
Features
Bug Fixes
- avoid leaking escaped tag literals (cbd927f)
- lumis: sanitize decorator attributes (7738ff4)
- lumis: unbounded Lumis highlight_lines ranges (798a363)
- stack-safe comrak document conversion (947696c)
0.2.2 (2026-06-19)
Features
Documentation
- expose changelog (487cb1c)
0.2.1 (2026-06-15)
Features
0.2.0 (2026-06-12)
⚠ BREAKING CHANGES
- adopt the
l-prefix on token class https://github.com/leandrocp/lumis/pull/952
Features
0.1.5 (2026-06-08)
Features
Documentation
- project description (8a240a2)
0.1.4 (2026-06-06)
Features
0.1.3 (2026-06-06)
Features
Documentation
0.1.2 (2026-06-05)
Bug Fixes
0.1.1 (2026-06-05)
Bug Fixes
- deps: optional rustler (ca2b873)
0.1.0 (2026-06-04)
Features
- Initial release of
MDExNative. - Add Comrak Markdown parsing and rendering through
MDExNative.Comrak. - Add Ammonia HTML sanitization through
MDExNative.Ammonia. - Add Lumis syntax highlighting support through the native
LumisAdapter.