Skip to content

Releases: syntax-tree/mdast-comment-marker

3.0.0

12 Jul 07:33
44e67df
Compare
Choose a tag to compare

Change

  • 02f3792 Update @types/mdast, mdast utilities
    migrate: update too
  • 18e8b87 Change to require Node 16
    migrate: update too
  • d595da7 Change to use exports
    migrate: don’t use private APIs
  • a0f2c46 Change to return undefined, not null
    migrate: expect undefined
  • 82c674d Remove support for MDX 1 comments
    migrate: use MDX 2

Full Changelog: 2.1.2...3.0.0

2.1.2

10 Mar 17:33
89ed56a
Compare
Choose a tag to compare

Fix

Full Changelog: 2.1.1...2.1.2

2.1.1

25 Jan 09:39
270bed3
Compare
Choose a tag to compare

Misc

Full Changelog: 2.1.0...2.1.1

2.1.0

23 Sep 09:02
0a26791
Compare
Choose a tag to compare

Full Changelog: 2.0.0...2.1.0

2.0.0

23 Apr 18:22
729e8f7
Compare
Choose a tag to compare

1.1.2

22 Feb 14:15
475cb97
Compare
Choose a tag to compare

1.1.1

24 May 10:20
f34c664
Compare
Choose a tag to compare

1.1.0

21 Jan 11:23
Compare
Choose a tag to compare
  • 1900f4a Add support for MDX comment node

1.0.3

20 Aug 12:59
Compare
Choose a tag to compare
  • 50aee7e Refactor code-style
  • 9389546 Add Contribute section to readme.md

1.0.2

29 May 10:33
Compare
Choose a tag to compare
  • 8ef8735 Update example in readme.md
  • c2ce95c Fix to support spaces inside marker if it has no attributes
  • 0611558 Migrate to syntax-tree