Skip to content

Releases: IonicaBizau/medium-editor-markdown

2.4.1

26 Apr 05:42
Compare
Choose a tag to compare

Whitelist the npm files.

2.4.0

11 Feb 11:19
Compare
Choose a tag to compare

Declare the toMarkdown variable, so this module can now be required.

Fixes #16. Thanks, @okmttdhr! ✨

2.3.1

14 Jan 11:02
Compare
Choose a tag to compare
  • Added badges 🎉
    • PayPal Donations
    • npm downloads
    • npm version
    • Travis (if there are tests)
    • CodeMentor–you can ping me there if you need help with one of these modules (or help in general).
  • Updated the LICENSE year. 🎆

2.3.0

03 Dec 13:31
Compare
Choose a tag to compare

Regarding the integration of json2md into blah, read this blog post I wrote.

2.2.0

12 Nov 12:14
Compare
Choose a tag to compare

This update is part of the biggest process of cleaning up my GitHub projects:

  • Some of the repos were merged with other repos. 🎈
  • Obsolete repositories (actually these that didn't have any functionality) were been deleted. 🔥
  • Most of them got better documentation using blah configuration. 📖 📚 📝

Changes

  • Improved documentation 📝
  • Added/updated the the CONTRIBUTING.md file. 📖
  • Integrated json2md with blah to get the best flexibility in generating documentation. 💫

Regarding the integration of json2md into blah, read this blog post I wrote.

2.1.0

04 Nov 07:55
Compare
Choose a tag to compare

Updated the code to work with the latest changes in Medium Editor. Thanks @prevuelta! 🍰

2.0.0

28 Jun 05:25
Compare
Choose a tag to compare

1.2.0

12 May 13:36
Compare
Choose a tag to compare
  • ⬆️ Upgraded to to-markdown@1.2.0
  • 🔥 Removed the he dependency.
  • Fixes several conversion issues (after upgrading the to-markdown version). Fixes #4.
  • Fixes #2. Since we don't need he anymore, issues related to the private functions are gone.

1.1.0

08 Feb 17:30
Compare
Choose a tag to compare
  • Use the Medium Editor API to know when the Medium Instance is initialized.
  • Deprecated the selector option.

1.0.1

08 Feb 10:33
Compare
Choose a tag to compare
  • Link to the demo page on the heading image.