Releases: 403-html/mochawesome-json-to-md
New release 1.3.5
What's Changed
Fixed how we create Github Releases. Now it works. No more gaps in semvar releases.
Full Changelog: 1.3.4...1.3.5
1.3.4
What's Changed
Still needs change, but partially works with NPM. Github has to wait.
- feat: automatic gh releases and npm publishes by @403-html in #42
- fix: add proper event ifs checks by @403-html in #43
- fix: fix the ifology to fit properly on merge by @403-html in #44
- fix: add missing checkout by @403-html in #45
- fix: setup basic checkout and add explicit registry-url by @403-html in #47
Full Changelog: 1.2.1...1.3.4
1.2.1
1.2.0
Development UX update
- Added GitHub Actions workflow for checking pull request and branch naming conventions.
- Pull request title must now follow contributions docs
- Branch name must start with major/, minor/, patch/, or dependabot/ (so also follow contributions docs)
- Updated contributions docs with new automation info
- Integrated lefthooks for pre-push checks, ensuring branch names adhere to specified styles. Also added pre-commit checks for eslint.
What's Changed
Full Changelog: 1.1.0...1.2.0
1.1.0
Logging update
✨ Logging Levels: Introducing both debug and info logging levels to provide detailed insights during script execution.
🔍 Verbose Mode: Enable verbose mode with the -v
or --verbose
option for an in-depth view of the script's operations.
🛠️ Enhanced Debugging: Comprehensive logs at various execution stages to aid in identifying and resolving issues.
📄 Clearer Execution Flow: Log messages for better script transparency and understanding.
What's Changed
Full Changelog: 1.0.0...1.1.0
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
0.7.2
Misc and security update
- docs: Update CONTRIBUTING.md by @403-html in #31
- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #33
Full Changelog: 0.7.1...0.7.2
0.7.1
Cosmetic changes + security update
- feat: Delete code-inspector.yml by @403-html in #27
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #28
Full Changelog: 0.6.2...0.7.1