Skip to content

Releases: 403-html/mochawesome-json-to-md

New release 1.3.5

16 Feb 19:24
c0aed58
Compare
Choose a tag to compare

What's Changed

Fixed how we create Github Releases. Now it works. No more gaps in semvar releases.

  • fix: add tag to commit and get proper value for version by @403-html in #48

Full Changelog: 1.3.4...1.3.5

1.3.4

16 Feb 18:17
addb464
Compare
Choose a tag to compare

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

13 Jan 16:23
9a08b7b
Compare
Choose a tag to compare

Logging fix

What's Changed

  • fix: logging after the variable is created by @403-html in #41

Full Changelog: 1.2.0...1.2.1

1.2.0

19 Nov 21:52
fba8c90
Compare
Choose a tag to compare

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

19 Nov 15:25
22d6cd8
Compare
Choose a tag to compare

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

  • feat: add info and verbose mode logging by @403-html in #36

Full Changelog: 1.0.0...1.1.0

1.0.1

18 Nov 22:29
a7a8b95
Compare
Choose a tag to compare

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

0.7.2

04 Aug 20:07
c441b10
Compare
Choose a tag to compare

Misc and security update

Full Changelog: 0.7.1...0.7.2

0.7.1

15 Nov 07:14
Compare
Choose a tag to compare

Cosmetic changes + security update

Full Changelog: 0.6.2...0.7.1

0.6.2

30 Jan 13:17
4809a64
Compare
Choose a tag to compare

What's Changed

  • docs: adding contributing docs by @403-html in #12
  • bug: change workflow threshold for too long functions by @403-html in #23
  • chore: add merge main to pr branch in workflow by @403-html in #25

Full Changelog: 0.5.0...0.6.2

0.5.0

30 Jan 11:17
ce40bed
Compare
Choose a tag to compare

What's Changed

  • chore: adding eslint config with workflow by @403-html in #22

Full Changelog: 0.4.0...0.5.0