Skip to content

Releases: markedjs/marked

v2.1.0

15 Jun 23:23
Compare
Choose a tag to compare

2.1.0 (2021-06-15)

Features

v2.0.7

01 Jun 19:28
Compare
Choose a tag to compare

2.0.7 (2021-06-01)

Bug Fixes

v2.0.6

27 May 16:17
Compare
Choose a tag to compare

2.0.6 (2021-05-27)

Bug Fixes

v2.0.5

21 May 20:54
Compare
Choose a tag to compare

2.0.5 (2021-05-21)

Bug Fixes

  • call walkTokens when calling marked with a callback(#2060) (1d97308)

v2.0.4

20 May 13:44
Compare
Choose a tag to compare

2.0.4 (2021-05-20)

Bug Fixes

v2.0.3

11 Apr 19:09
Compare
Choose a tag to compare

2.0.3 (2021-04-11)

Bug Fixes

  • actually add a type property to the def token (#2002) (47e65cf)

v2.0.2

10 Apr 20:23
Compare
Choose a tag to compare

2.0.2 (2021-04-10)

Bug Fixes

v2.0.1

27 Feb 05:52
Compare
Choose a tag to compare

2.0.1 (2021-02-27)

Bug Fixes

v2.0.0

07 Feb 22:26
Compare
Choose a tag to compare

2.0.0 (2021-02-07)

Bug Fixes

BREAKING CHANGES

  • em and strong tokenizers have been merged into one emStrong tokenizer.
  • code and text tokenizers do not get passed all tokens as a second parameter.
  • No longer supporting IE 11. IE 11 may still work but we are not committed to making sure it works with every update. We still provide an es5 version in lib/marked.js but some pollyfills may be needed for IE 11 in the future.

v1.2.9

03 Feb 19:48
Compare
Choose a tag to compare

1.2.9 (2021-02-03)

Bug Fixes

  • allow sublist to be single space in pedantic (#1924) (1e36afd)