Skip to content

Releases: IonicaBizau/medium-editor-markdown

3.2.3

09 Aug 13:38
Compare
Choose a tag to compare

Update docs and licence year. 🚀

3.2.1

30 Mar 02:11
Compare
Choose a tag to compare

new release

3.2.0

29 Mar 22:35
Compare
Choose a tag to compare

fix example and upgrade dependencies, 3.2.0

3.1.0

10 Sep 07:13
Compare
Choose a tag to compare
  • Handle custom rules
  • Add option to enable use of the medium-editor editableInput event #57

Thanks @peterchappell! 🍰

3.0.1

03 Jan 18:22
Compare
Choose a tag to compare

Happy New Year! 🎉 🚀

This pull request is going to update the documentation of this project and add the Buy me a coffee cookies and tea button:

Buy Me A Coffee

If this project helped you, tea and cookies is perhaps something I would really enjoy. :)

3.0.0

29 Jan 07:29
Compare
Choose a tag to compare

Breaking changes:

  • Rename toMarkdownOptions into toTurnDownOptions.
  • Rename ignorebuiltinconverters into ignoreBuiltinConverters.

Switched from to-markdown to turndown as the project got renamed.

/cc #48 Thanks @sunilhari! 🍰

2.6.1

10 Oct 19:39
Compare
Choose a tag to compare
  • Updated the README.md following the new template. 📝
  • Add the Patreon link in the README.md file. If you like what I'm doing, supporting me would be awesome! Even one dollar / month would be helpful! Thanks! ❤️

2.6.0

29 Sep 12:54
Compare
Choose a tag to compare

Republish

2.5.0

04 Sep 06:08
Compare
Choose a tag to compare

Allow sending options to the toMarkdown function.

  • Updated the dependencies versions.
  • Pass options to toMarkdown. Thanks to @annayafi! 🍰
  • Fixed the buttons in the example.
  • Updated the ME version (CSS and JS).

2.4.2

25 May 10:21
Compare
Choose a tag to compare
  • Updated the README.md following the new template. 📝
  • Use babel-it to babelify the code, so the module is now compatible with older versions of Node.js.