|
|
@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
## [14.1.0] - WIP |
|
|
|
### Changed |
|
|
|
- Updated CM spec compatibility to 0.31.2, #1009. |
|
|
|
|
|
|
|
### Fixed |
|
|
|
- Fixed quadratic complexity when parsing references, #996. |
|
|
|
- Fixed quadratic output size with pathological user input in tables, #1000. |
|
|
|
|
|
|
|
|
|
|
|
## [14.0.0] - 2023-12-08 |
|
|
|
### Changed |
|
|
|
- Drop ancient browsers support (use `.fromCodePoint` and other features). |
|
|
@ -639,6 +648,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Renamed presets folder (configs -> presets). |
|
|
|
|
|
|
|
|
|
|
|
[14.1.0]: https://github.com/markdown-it/markdown-it/compare/14.0.0...14.1.0 |
|
|
|
[14.0.0]: https://github.com/markdown-it/markdown-it/compare/13.0.2...14.0.0 |
|
|
|
[13.0.2]: https://github.com/markdown-it/markdown-it/compare/13.0.1...13.0.2 |
|
|
|
[13.0.1]: https://github.com/markdown-it/markdown-it/compare/13.0.0...13.0.1 |
|
|
|