1.0.1
Version 1.0.0 Release Announcement 🥳🥳
I'm thrilled to announce the release of mochawesome-json-to-md
version 1.0.0! 🎉
Note: 1.0.1 because there were some small issues during publishing to the npm register
Breaking Changes
With this major release, I've introduced breaking changes to enhance the flexibility and usability of the tool. The changes include:
-
Dynamic Templating: Now you can create fully customizable markdown templates using tags. The script no longer depends on various arguments but relies solely on a customizable markdown template with tags.
-
Dependency Update: Removed the need for the
lodash
package in codebase, and switched fromyargs
tocommander
for simplicity -
Improved Documentation: The documentation has been rewritten and expanded to provide clearer guidance on templating, tags, and customization. Check out the README for comprehensive information.
PRs included
Full Changelog: 0.7.2...1.0.0