Releases: wixplosives/mocha-play
Releases · wixplosives/mocha-play
v5.0.0
What's Changed
- chore(deps): bump glob to v9 (a3e5268). It dropped Node 14 support, but still works ATM. May break in future glob releases.
Full Changelog: v4.1.2...v5.0.0
v4.1.2
What's Changed
- chore(deps): upgrade to latest stable
Full Changelog: v4.1.1...v4.1.2
v4.1.1
What's Changed
- chore(deps): upgrade to latest stable
Full Changelog: v4.1.0...v4.1.1
v4.1.0
- Added grep support
- Added iteration (for flaky tests)
v4.0.0
What's Changed
- chore(deps): upgrade all to latest stable
- infra: drop Node 12. this package now supports Node 14 and above.
Full Changelog: v3.1.0...v4.0.0
v3.1.0
What's Changed
- refactor: change the way mocha is injected by @AviVahl in #270
- chore(deps): upgrade to latest stable
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- deps: upgrade to
commander@9
, latest others
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- refactor: remove usage of chalk (538e35f)
- fix: improve close-time error handling (43e8424)
- chore(deps): upgrade to latest stable
Full Changelog: v3.0.0...v3.0.1
v3.0.0
- BREAKING: package is now native esm, supported on latest Node 12/14/16. programmatic API is only supported by native esm consumers, or cjs using dynamic import. consumers using the CLI should see no change in behavior. (#159)
- deps: upgrade all to latest stable.
v2.0.3
- Deps: upgrade to
css-loader@6