Releases: markedjs/marked
Releases Β· markedjs/marked
v5.1.0
v5.0.5
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
5.0.0 (2023-05-02)
Bug Fixes
Features
BREAKING CHANGES
- Warnings will be logged to the console if these options are used including
headerIds
,mangle
, andlangPrefix
which are on by default.
These warnings can be turned off by default by using:If you need these options you can use the extensions listed below.marked.use({ mangle: false, headerIds: false, });
- deprecate options
Option Replacement highlight
,langPrefix
, andcallback
marked-highlight mangle
marked-mangle baseUrl
marked-base-url smartypants
marked-smartypants xhtml
marked-xhtml headerIds
andheaderPrefix
marked-gfm-heading-id - minimum supported node version v18
v4.3.0
v4.2.12
4.2.12 (2023-01-14)
Sorry for all of the quick releases. We were testing out different ways to build the files for releases. v4.2.5 - v4.2.12 have no changes to how marked works. The only addition is the version number in the comment in the build files.
Bug Fixes
- revert to build script in ci (d2ab474)