Skip to content

Commit

Permalink
🔖 release v7.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarbezza committed Feb 6, 2024
1 parent f7dbe18 commit 9dd1d2e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
-Dsonar.projectKey=ngarbezza_testy
-Dsonar.organization=ngarbezza
-Dsonar.projectName=Testy
-Dsonar.projectVersion=6.1.0
-Dsonar.projectVersion=7.0.0
-Dsonar.javascript.lcov.reportPaths=reports/coverage/lcov.info
-Dsonar.coverage.exclusions=tests/**
env:
Expand Down
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[//]: # (Everything is released :tada:)
Everything is released :tada:

## [7.0.0] - 2024-02-05

### Breaking changes

* :boom: We migrated from CommonJS to ES Modules. This was a heavy change, and it will affect all the users, but we
think it is the right step to go to support modern Node versions. ADR `#0013` was added with more info about this
decision.
think it is the right step to go to support modern Node versions. Unfortunately, due to complexity generating the
package, CommonJS will not be supported.ADR `#0013` was added with more info about this decision.

* :boom: Node 18.x or higher is required. Support for Node 12.x, 14.x and 16.x has dropped. Support for Node 20.x is
added. [Commit](https://github.com/ngarbezza/testy/commit/b8e62c11321b92bd4bc136293db815de7a554668)
Expand Down Expand Up @@ -356,7 +358,8 @@ readable and extensible. It also includes a huge internal refactor to make the t

* Fix passed count at test runner level (no reported issue)

[Unreleased]: https://github.com/ngarbezza/testy/compare/v6.1.0...HEAD
[Unreleased]: https://github.com/ngarbezza/testy/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/ngarbezza/testy/compare/v6.1.0...v7.0.0
[6.1.0]: https://github.com/ngarbezza/testy/compare/v6.0.0...v6.1.0
[6.0.0]: https://github.com/ngarbezza/testy/compare/v5.1.0...v6.0.0
[5.1.0]: https://github.com/ngarbezza/testy/compare/v5.0.2...v5.1.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pmoo/testy",
"version": "6.1.0",
"version": "7.0.0",
"description": "A minimal testing framework, for educational purposes.",
"homepage": "https://ngarbezza.github.io/testy/",
"repository": {
Expand Down

0 comments on commit 9dd1d2e

Please sign in to comment.