Skip to content

Releases: syntax-tree/hast-util-to-mdast

10.1.0

30 Sep 17:23
52b3d5a
Compare
Choose a tag to compare

Add

Full Changelog: 10.0.1...10.1.0

10.0.1

30 Aug 15:31
7be4e81
Compare
Choose a tag to compare

Full Changelog: 10.0.0...10.0.1

10.0.0

08 Aug 15:49
7deea1b
Compare
Choose a tag to compare

Change

  • bffab60 Update @types/hast, utilities
    migrate: update too
  • 7f0e6ac Change to require Node.js 16
    migrate: update too
  • 211e053 Change to use exports
    migrate: don’t use private APIs

Full Changelog: 9.0.0...10.0.0

9.0.0

12 Jan 12:05
3b096bb
Compare
Choose a tag to compare

Migrate

  • Node.js 12 is no longer supported, use Node 14.14+ or later
  • if you provided custom handlers, their API changed a lot to improve types
    and reduce complexity and document it, see the docs and the default handlers
    for info.
    Most of it is due to the first parameter being a complex h value, it’s now
    a clean and more powerful state parameter
  • replace the one and all exports with state.one and state.all

Change

  • 35db2db Replace h with state
  • 9bf96b9 Replace one with state.one
  • 765021e Replace all export with state.all
  • e3aa39c Replace state.nodeById with state.elementById
  • 380b71b Add patch to state
  • cbee331 Add resolve to state
  • f3de1d3 Add toFlow, toSpecificContent to state
  • 9706341 Add improved spread algorithm for list items

Fix

Misc

Full Changelog: 8.4.1...9.0.0

8.4.1

19 Sep 16:07
ae8239e
Compare
Choose a tag to compare
  • 50ba4da Fix breaks at end of paragraphs

Full Changelog: 8.4.0...8.4.1

8.4.0

16 Aug 18:11
fa388c7
Compare
Choose a tag to compare

Full Changelog: 8.3.1...8.4.0

8.3.1

06 Feb 16:58
53da7c5
Compare
Choose a tag to compare

Full Changelog: 8.3.0...8.3.1

8.3.0

17 Oct 06:04
40c3b28
Compare
Choose a tag to compare
  • 0699501 Add defaultHandlers export for reusing
  • a02be0e Fix to filter out initial, final <br>s

8.2.1

18 Sep 09:07
cd777ce
Compare
Choose a tag to compare
  • a1aa4f7 Fix to create empty cells for nested tables

Full Changelog: 8.2.0...8.2.1

8.2.0

26 Aug 10:49
1fcbbf7
Compare
Choose a tag to compare
  • 9664b65 Add support for colSpan, rowSpan, on <table>

Full Changelog: 8.1.1...8.2.0