Current section
Files
Jump to
Current section
Files
mdex_native
CHANGELOG.md
CHANGELOG.md
# Changelog
## [0.1.2](https://github.com/leandrocp/mdex_native/compare/v0.1.1...v0.1.2) (2026-06-05)
### Bug Fixes
* use From trait for Sourcepos ([#7](https://github.com/leandrocp/mdex_native/issues/7)) ([43a7424](https://github.com/leandrocp/mdex_native/commit/43a74243d7c1aa314f650d28d8adb2258d12b78e))
## [0.1.1](https://github.com/leandrocp/mdex_native/compare/v0.1.0...v0.1.1) (2026-06-05)
### Bug Fixes
* **deps:** optional rustler ([ca2b873](https://github.com/leandrocp/mdex_native/commit/ca2b873052bd8b66cd8c54bdb46f4fcf15460c80))
## 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`.