Skip to content

Releases: syntax-tree/mdast

5.0.0

28 Jun 15:53
7831948
Compare
Choose a tag to compare

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

Util

Full Changelog: 4.0.0...5.0.0

4.0.0

13 Oct 15:47
fe82c60
Compare
Choose a tag to compare
  • fa5623a Update (slightly) label vs identifier
  • 1556753 Fix content models
  • 6058935 Move extensions to their own section

3.0.0

21 Oct 19:47
Compare
Choose a tag to compare

2.2.0

18 Nov 14:31
Compare
Choose a tag to compare
  • 64f416a Add License section to readme.md
  • 426e8e7 Add Acknowledgments section to readme.md
  • 9f1108c Add Contribute section to readme.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

13 Jun 15:43
Compare
Choose a tag to compare

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

Changes

2.0.0...2.1.0

2.0.0

06 Feb 15:10
Compare
Choose a tag to compare

Changes

  • Remove tableHeader definition (GH-6, 7d5eb5e)
  • Rename link, src, and href properties to url (GH-8, 94fd6d4)
  • Remove undefined for checked on list-items (GH-7, fbf003a)
  • Rename horizontalRule to thematicBreak (GH-3, ad733c5)

Patches

  • Add definition for referenceType (13218e9)

Changes

1.0.0...2.0.0

1.0.0

06 Feb 15:05
Compare
Choose a tag to compare

The remark/mdast split concludes version 1.0.0 of the MDAST spec.