Skip to content

Releases: remarkjs/remark

remark-cli@12.0.1

30 Apr 12:32
84a2c41
Compare
Choose a tag to compare

15.0.1

18 Sep 10:21
5017a27
Compare
Choose a tag to compare

Full Changelog: 15.0.0...15.0.1

15.0.0

18 Sep 09:47
516a5d1
Compare
Choose a tag to compare

Change

  • 98a2560 Change to require Node.js 16
    migrate: update too
  • a3e6d54 Change to use exports
    migrate: don’t use private APIs
  • 943f6ac Update @types/mdast, mdast-util-{from,to}-markdown, unified, etc
    migrate: update too
    remark-parse: only really changes Buffer -> Uint8Array, so use encodings supported by TextDecoder if you are passing binary data
    remark-stringify: bulletOrderedOther is removed, you can remove bulletOrderedOther if you passed it, it’s now the default;
    fences is now true by default, if you don’t want indented code, pass fences: false;
    listItemIndent is now 'one' by default, you can remove listItemIndent: 'one' if you passed it, or explicitly set it to 'tab' if you want it

Types

Docs

Full Changelog: 14.0.3...15.0.0

remark-stringify@11.0.0

18 Sep 09:46
51e094e
Compare
Choose a tag to compare

remark-parse@11.0.0

18 Sep 09:46
de740c7
Compare
Choose a tag to compare

remark-cli@12.0.0

18 Sep 09:46
d993c7f
Compare
Choose a tag to compare

14.0.3

16 May 17:25
43542c3
Compare
Choose a tag to compare

Misc

Plugins

Full Changelog: 14.0.2...14.0.3

remark-stringify@10.0.3

16 May 17:26
652ad19
Compare
Choose a tag to compare

remark-parse@10.0.2

16 May 17:26
4178acc
Compare
Choose a tag to compare

remark-cli@11.0.0

25 Jun 17:05
99179c6
Compare
Choose a tag to compare
  • 145019c Update unified-args
    breaking: remove support for Node 12
    tiny chance of breaking: this adheres properly to YAML 1.2
    tiny chance of breaking: this matches modern node in how to resolve plugins
    by @remcohaszing in #1008

Full Changelog: https://github.com/remarkjs/remark/compare/14.0.2...remark-cli@11.0.0