Skip to content

Releases: IonicaBizau/regex-parser.js

2.2.3

11 Oct 04:18

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.2.2

25 May 11:18

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.

2.2.1

14 Jan 12:27

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.2.0

03 Dec 14:39

Choose a tag to compare

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

2.1.0

12 Nov 14:17

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.0.0

09 Jul 16:35

Choose a tag to compare

  • Relicense, file structure, removed request as dependency.

Initial stable release

29 Sep 08:10

Choose a tag to compare

  • More stable algorithm
  • Added tests
  • Starting with this version, parse method is removed. The module exports a
    function.

Package name

13 Jul 06:32

Choose a tag to compare

v0.2.0

Releasing v0.2.0

Initial release

30 May 06:35

Choose a tag to compare

v0.1.0

Added example and methods