Releases: IonicaBizau/blah
Releases · IonicaBizau/blah
3.1.7
Updated the project badges. Added information about how you can support my projects (Bitcoin address, Amazon wishlist). 📖
3.1.6
Upgraded dependencies
3.1.5
- Fix the Patreon link in the README.md file. 📝
3.1.4
- 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
3.1.2
Whitelist the npm files.
3.1.1
Updated docs
3.1.0
Removed jade
as dependency, since it was not used. Thanks @riyadhalnur! 🍰
3.0.0
- Use ES2015 features (
class
, arrow functions etc). - Split the code in some smaller modules:
- Migrated from
clp
totilda
- Deprecated the
-i
(--init
) option. Now that's a command:blah init
(instead ofblah -i
). - Improved the template files: do not show the documentation section if there is no documentation (file or jsdoc) and do not show the contributing section if there is no contributing.md file.
🚀 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
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. 🚀