Skip to content

Releases: IonicaBizau/blah

3.1.7

20 Mar 15:59
Compare
Choose a tag to compare

Updated the project badges. Added information about how you can support my projects (Bitcoin address, Amazon wishlist). 📖

3.1.6

15 Nov 18:31
Compare
Choose a tag to compare

Upgraded dependencies

3.1.5

11 Oct 12:04
Compare
Choose a tag to compare

3.1.4

10 Oct 17:25
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! ❤️

3.1.3

25 May 08:54
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.

3.1.2

25 Apr 17:23
Compare
Choose a tag to compare

Whitelist the npm files.

3.1.1

25 Apr 13:26
Compare
Choose a tag to compare
Updated docs

3.1.0

20 Apr 13:42
Compare
Choose a tag to compare

Removed jade as dependency, since it was not used. Thanks @riyadhalnur! 🍰

3.0.0

18 Apr 15:47
Compare
Choose a tag to compare

🚀 If blah is executed with no options, it will generate the doc files if they are missing. It will refuse overriding them by default.
By passing -f or --force, we force overriding the files.

2.7.0

21 Feb 09:27
Compare
Choose a tag to compare

When generating the docs, if there is a blah.main field pointining to a file, it will have priority.
This is handy when generating module bundles/dist files etc. 🚀