Skip to content

Commit

Permalink
🔖 release v7.1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarbezza committed May 23, 2024
1 parent e11e6eb commit 9f5a7b6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Everything is released :tada:

## [7.1.0] - 2024-05-23

Some achievements to celebrate this release: 100 closed issues and 14 contributors (1 new!)

### Added

* [[feature] Add numeric assertions for numerical comparisons](https:/ngarbezza/testy/issues/286): now we
have more semantic assertions to compare numbers, check out the readme/jsdoc for more info. Thank you,
[@beluamat29](https:/beluamat29), for your first contribution! :tada:

### Fixed

* [[bug] passing tests even if the objects under comparison are not equal](https:/ngarbezza/testy/issues/285):
this was a regression from a refactoring to add private methods in v7, it's not user-facing error.

## [7.0.2] - 2024-03-04

### Fixed
Expand Down Expand Up @@ -372,7 +387,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:/ngarbezza/testy/compare/v7.0.2...HEAD
[Unreleased]: https:/ngarbezza/testy/compare/v7.1.0...HEAD
[7.1.0]: https:/ngarbezza/testy/compare/v7.0.2...v7.1.0
[7.0.2]: https:/ngarbezza/testy/compare/v7.0.1...v7.0.2
[7.0.1]: https:/ngarbezza/testy/compare/v7.0.0...v7.0.1
[7.0.0]: https:/ngarbezza/testy/compare/v6.1.0...v7.0.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": "7.0.2",
"version": "7.1.0",
"description": "A minimal testing framework, for educational purposes.",
"homepage": "https://ngarbezza.github.io/testy/",
"repository": {
Expand Down

0 comments on commit 9f5a7b6

Please sign in to comment.