jest-runner-groups
Version:
Tag and run groups of tests with Jest
48 lines (30 loc) • 1.54 kB
Markdown
# Changelog
## [Unreleased] - TBD
-
## [v2.2.0] (2022-03-28)
- Added information about the currently running groups to environment variables.
- Updated dependencies to the latest versions.
## [v2.1.0] (2021-05-27)
- Added support for jest@^27.
- Updated dependencies to the latest versions.
## [v2.0.1] (2020-05-15)
- Fixed readme issues
## [v2.0.0] (2020-05-15)
- Moved jest-runner and jest-docblock to the devDependencies
- Added jest-runner and jest-docblock to the peerDependencies
- Added compatibility tests to make sure it works with jest@^24.9.0 and jest@25+
- Removed support for the 8th version of node.js
## [v1.1.1] (2020-02-13)
- Updated jest dependencies to use version ^25.1.0
## [v1.1.0] (2020-01-19)
- Added ability to exclude groups.
## [v1.0.0] (2019-10-21)
- Created initial version of the runner.
[Unreleased]: https://github.com/eugene-manuilov/jest-runner-groups/compare/v2.2.0...master
[v2.2.0]: https://github.com/eugene-manuilov/jest-runner-groups/compare/v2.1.0...v2.2.0
[v2.1.0]: https://github.com/eugene-manuilov/jest-runner-groups/compare/v2.0.1...v2.1.0
[v2.0.1]: https://github.com/eugene-manuilov/jest-runner-groups/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/eugene-manuilov/jest-runner-groups/compare/v1.1.1...v2.0.0
[v1.1.1]: https://github.com/eugene-manuilov/jest-runner-groups/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/eugene-manuilov/jest-runner-groups/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/eugene-manuilov/jest-runner-groups/releases/tag/v1.0.0