Releases: syntax-tree/mdast
Releases · syntax-tree/mdast
5.0.0
Change
- 1376ede Remove
Footnote
migrate: use GFM footnotes (FootnoteDefinition
,FootnoteReference
),
it doesn’t support inline notes - f7df75f Remove static phrasing content
migrate: use phrasing content (in markdown, there are cases where
interactive content can occur in other interactive content)
by @wooorm in #42
Misc
- fad4dcc Rename
YAML
interface toYaml
- 97f053f Rename
HTML
interface toHtml
- eace3f0 Add types section
- 8b081fb Refactor to prefer single quotes
- 26910e6 Refactor docs
- 6759e41 Move
FootnoteDefinition
,FootnoteReference
to GFM section - 1325046 Update dotfiles
- 46c3181 e6b43aa Update reference to logo
- 4ef4cfc Fix typo
Util
- 7007698 Update list of utilities
- 5bb157f Add
mdast-util-hidden
to list of utilities
by @Xunnamius in #41 - 27f6550 Add
mdast-util-from-adf
to list of utilities
by @klappradla in #40
Full Changelog: 4.0.0...5.0.0
4.0.0
3.0.0
- fa392c2 Add
spread
toList
,ListItem
(see remarkjs/remark#364) - dbb1ede Add
label
toAssociation
(see GH-23) - f49890b Rewrite specification (see syntax-tree/unist#17, syntax-tree/unist#18, GH-21, GH-24)
- 5bf6788 Change
info
in Code tometa
(see GH-22) - d797ea3 Add
info
to Code (see GH-22)
2.2.0
- 64f416a Add
License
section toreadme.md
- 426e8e7 Add
Acknowledgments
section toreadme.md
- 9f1108c Add
Contribute
section toreadme.md
- 252778b Add
contributing.md
- 1a83738 Add
code-of-conduct.md
- 8716024 Update references to logo
- 6205835 Update logo
- 9dbb4cb Add note about non-standardising yaml in the future
- 24615f3 Add note about non-list-items in lists
2.1.0
Refactor
Miscellaneous but possibly noteworthy
- d1013ed Migrate utilities to
syntax-tree
- 19029be Add
mdast-util-to-nlcst
to list of utilities - 3ae4b24 Add
mdast-util-compact
to list of utilities - a34e1a6 Add
mdast-util-assert
to list of utilities - cebb977 Add
mdast-util-toc
to list of utilities - e6e0988 Add
mdast-util-to-hast
to list of utilities - 210f16a Add table of contents
- 69a5331 Add list of utilities