Skip to content

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

2.1.0

16 Jul 10:29
fd6a508
Compare
Choose a tag to compare

Add

  • 5fd2f1e Add compilePattern helper to state

Full Changelog: 2.0.0...2.1.0

2.0.0

10 Jul 10:53
655f117
Compare
Choose a tag to compare

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 remove bulletOrderedOther if you passed it, it’s now the default
  • 7f91d06 Change fences default to true
    migrate: you can remove fences: 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 remove listItemIndent: '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

04 Jan 11:42
8ce8dbf
Compare
Choose a tag to compare

Fix

  • 122101f Fix to not generate blank lines for phrasing roots

Add

  • 21a7d0a Add export of defaultHandlers
  • 070ad5f Add associationId helper to state
  • 35ceafc Add createTracker helper on state
  • e9f71aa Add safe helper on state
  • 19301e7 Add containerPhrasing, containerFlow helpers on state
  • a638e2a Add indentLines helper on state

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

1.4.0

13 Dec 14:06
a3831cc
Compare
Choose a tag to compare

Full Changelog: 1.3.0...1.4.0

1.3.0

31 Jan 13:30
8901ff3
Compare
Choose a tag to compare

Full Changelog: 1.2.6...1.3.0

1.2.6

23 Nov 07:58
6b7b1ef
Compare
Choose a tag to compare
  • 5799be7 Fix bug w/ lists collapsing into thematic breaks

Full Changelog: 1.2.5...1.2.6

1.2.5

23 Nov 06:19
7e5639e
Compare
Choose a tag to compare
  • 2147a87 Fix control characters in link, image destinations
  • a57b805 Fix control character in definition destination

Full Changelog: 1.2.4...1.2.5

1.2.4

30 Oct 16:19
2ffee2e
Compare
Choose a tag to compare
  • 7b381da Fix to not escape some character in certain spans

Full Changelog: 1.2.3...1.2.4

1.2.3

19 Sep 12:40
7da5092
Compare
Choose a tag to compare
  • 36b930b Fix decoding identifier of association if w/o label

Full Changelog: 1.2.2...1.2.3

1.2.2

18 Sep 08:21
bed41e2
Compare
Choose a tag to compare

Full Changelog: 1.2.1...1.2.2