Skip to content

Latest commit

 

History

History
111 lines (71 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

111 lines (71 loc) · 2.49 KB

CHANGELOG

5.0.0

  • 🚨 Breaking changes
    • The remark dependencies were upgraded to new major versions. This should only impact users with custom configurations since the format of the configuration has changed. More information in remark's changelog. If you were using listItemIndent: '1', you should remove it or use listItemIndent: 'one' instead (but that's the default, so omitting it works too).
  • 🔒 Upgrade all libs

4.0.7

  • 🔒 Upgrade all libs

4.0.6

  • 🔒 Upgrade all libs

4.0.5

  • 🔒 Upgrade all libs

4.0.4

  • 🐛 Fix TS types

4.0.3

  • 🔒 Upgrade all libs

4.0.2

4.0.1

  • 🐛 Fix TS types

4.0.0

  • 🚨 Breaking changes
    • The content of the result is now in attribute value (formerly contents). See commit 736356a.
  • 🐛 Fix TS types
  • 🔒 Lib upgrades

3.0.4

  • 🔒 Lib upgrades

3.0.3

  • ⬆️ Lib upgrades

3.0.2

  • ⬆️ Lib upgrades

3.0.1

  • ⬆️ Lib upgrades

3.0.0

  • 🚨 BREAKING CHANGES
    • 🚿 Remove cursor positioning. It was useless because editors already handle it better
  • 🆕 Allow overwriting the stringification options (issue #5)
  • 🆕 Optionally add a watermark with a link to this repository
  • 💚 Add CI build
  • ⬆️ Upgrade all libs

2.0.2

  • 🔒 Upgrade libs to fix vulnerabilities

2.0.1

2.0.0

  • 🚨 BREAKING CHANGES
    • The result for format* methods is not the formatted markdown as string anymore. Get the formatted markdown as string with result.contents.
  • Compute cursor position

1.0.0

Initial version