Releases: markedjs/marked
Releases Β· markedjs/marked
v12.0.0
12.0.0 (2024-02-03)
Bug Fixes
BREAKING CHANGES
- changes to spec
- Update HTML block tags: add search, remove source
- Update punctuation to include unicode punctuation and symbol categories
- Update HTML comment to include
<!-->
and <!--->
v11.2.0
11.2.0 (2024-01-27)
Bug Fixes
Features
v11.1.1
11.1.1 (2023-12-31)
Bug Fixes
- improve lexing inline elements step's performance (#3146) (4f87b2a)
v11.0.0
11.0.0 (2023-11-29)
Bug Fixes
BREAKING CHANGES
- Lexer.rules object has been changed so it can be properly types. Some intermediate rules have been removed.
v10.0.0
10.0.0 (2023-11-11)
Bug Fixes
BREAKING CHANGES
- drop support for node v16
v9.1.6
9.1.6 (2023-11-10)
Bug Fixes
- fix instance options sent to lexer and parser (#3073) (f9d08cc)
v9.1.5
9.1.5 (2023-11-02)
Bug Fixes