Releases: wixplosives/mocha-web
Releases · wixplosives/mocha-web
v2.0.0
What's Changed
- BREAKING!: drop Node 18 support. add Node 22 to ci.
- fix(console): fallback to raw text if no args by @AviVahl in #55
- chore(deps): upgrade to latest stable
Full Changelog: v1.0.2...v2.0.0
v1.0.2
What's Changed
- feat: expose package.json and bin entry (9a14ed0)
- build(deps): upgrade to latest stable
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- fix: await first build in watch mode (c9fc379)
- build(deps): upgrade to latest stable
Full Changelog: v1.0.0...v1.0.1
v1.0.0
- Initial public release. Forked from mocha-play. Removed webpack and now using esbuild.
- fix: clearer output when page crashes. no longer prints the page instance.
- fix: warning from Node about async reject handler when page has global exception during load time.