Releases: syntax-tree/mdast-util-to-markdown
Releases · syntax-tree/mdast-util-to-markdown
2.1.2
2.1.1
2.1.0
2.0.0
Change
- 6e5e12d Change to require Node.js 16
migrate: update too - d27d04d Update
@types/mdast
and friends
migrate: update too - 5c90701 Change to use
exports
map
migrate: don’t use private APIs - 89d0f5b Remove
bulletOrderedOther
, always use other bullets
migrate: you can removebulletOrderedOther
if you passed it, it’s now the default - 7f91d06 Change
fences
default totrue
migrate: you can removefences: true
if you passed it, explicitly set it to
false
if you want that, but fenced code is better than indented code - 019f25f Change
listItemIndent
default from'tab'
(size) to'one'
migrate: you can removelistItemIndent: 'one'
if you passed it, explicitly set it to
'tab'
if you want that - 5b496da Remove ancient undocument support for
listItemIndent: 1
migrate:1
->'one'
- 2fcac46 Remove
Context
type alias
migrate:Context
->State
- 445c51a Remove
SafeOptions
type alias
migrate:SafeOptions
->Info
Full Changelog: 1.5.0...2.0.0
1.5.0
Fix
- 122101f Fix to not generate blank lines for phrasing roots
Add
- 21a7d0a Add export of
defaultHandlers
- 070ad5f Add
associationId
helper tostate
- 35ceafc Add
createTracker
helper onstate
- e9f71aa Add
safe
helper onstate
- 19301e7 Add
containerPhrasing
,containerFlow
helpers onstate
- a638e2a Add
indentLines
helper onstate
Misc
- d2108dd Refactor types to use node types, not strings
- 35a9ccc Add registry for construct names
- 501f668 Add support for
null
as input in types - e812c79 Add improved docs
Full Changelog: 1.4.0...1.5.0