- 5.0.0
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.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 uselistItemIndent: 'one'
instead (but that's the default, so omitting it works too).
- 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
- 🔒 Upgrade all libs
- 🔒 Upgrade all libs
- 🔒 Upgrade all libs
- 🔒 Upgrade all libs
- 🐛 Fix TS types
- 🔒 Upgrade all libs
- 🐛 Fix for Atom package relying on this module
- 🐛 Fix TS types
- 🚨 Breaking changes
- The content of the result is now in attribute
value
(formerlycontents
). See commit736356a
.
- The content of the result is now in attribute
- 🐛 Fix TS types
- 🔒 Lib upgrades
- 🔒 Lib upgrades
- ⬆️ Lib upgrades
- ⬆️ Lib upgrades
- ⬆️ Lib upgrades
- 🚨 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
- 🔒 Upgrade libs to fix vulnerabilities
- 🚨 BREAKING CHANGES
- The result for
format*
methods is not the formatted markdown as string anymore. Get the formatted markdown as string withresult.contents
.
- The result for
- Compute cursor position
Initial version