Releases: remarkjs/remark
Releases · remarkjs/remark
[email protected]
- a185821 Update internal
import-meta-resolve
Full Changelog: https://github.com/remarkjs/remark/compare/[email protected]@12.0.1
15.0.1
15.0.0
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 changesBuffer
->Uint8Array
, so use encodings supported byTextDecoder
if you are passing binary data
remark-stringify:bulletOrderedOther
is removed, you can removebulletOrderedOther
if you passed it, it’s now the default;
fences
is nowtrue
by default, if you don’t want indented code, passfences: false
;
listItemIndent
is now'one'
by default, you can removelistItemIndent: 'one'
if you passed it, or explicitly set it to'tab'
if you want it
Types
- bd8c922 Add typed settings
Docs
- 7cc0432 Add
remark-link-rewrite
to list of plugins
by @rjanjic in #1212 - e72d91a Add
remark-mentions
to list of plugins
by @FinnRG in #1193
Full Changelog: 14.0.3...15.0.0
[email protected]
(see 15.0.0
)
[email protected]
(see 15.0.0
)
[email protected]
(see 15.0.0
)
14.0.3
Misc
- Rerelease types for changes in TypeScript
for #1162 - f6bd64e Refactor
tsconfig
s for perf and strictness - bb4c814 Add improved docs on what this project is
by @BeLi4L in #1147 - bec44aa Update
tsconfig.json
to use node16 module resolution
by @ChristianMurphy in #1106 - f07f413 Add
ignore-scripts
to.npmrc
by @ChristianMurphy in #1103 - 134ece2 Update Actions
by @ChristianMurphy in #1070 - 974f893 Fix internal types for TS 4.9
Plugins
- 1e488d0 Add
remark-ins
to list of plugins
by @talatkuyuk in #1129 - e456dc5 Add
remark-flexible-markers
to list of plugins
by @talatkuyuk in #1126 - 42114fc Add
remark-flexible-paragraphs
to list of plugins
by @talatkuyuk in #1120 - 6aa638a Add
remark-flexible-containers
to list of plugins
by @talatkuyuk in #1112 - 20e7543 Add
remark-flexible-code-titles
to list of plugins
by @talatkuyuk in #1108 - 32d6948 Add
remark-cloudinary-docusaurus
to list of plugins
by @johnnyreilly in #1090 - 28aa8b9 update tests for changes in
mdast-util-to-markdown
- 9af1a87 Add
remark-code-title
to list of plugins
by @kevinzunigacuellar in #1076 - 0d1eb09 Add 7 plugins to list of plugins
by @Xunnamius in #1064 - c7e8171 Remove deprecated
remark-jargon
by @LunaticMuch in #1059
Full Changelog: 14.0.2...14.0.3
[email protected]
[email protected]
[email protected]
- 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/[email protected]