Skip to content

1.0.1

Compare
Choose a tag to compare
@403-html 403-html released this 18 Nov 22:29
· 39 commits to main since this release
a7a8b95

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 from yargs to commander 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