Skip to content

Releases: wixplosives/mocha-web

v1.0.2

07 Apr 12:04
Compare
Choose a tag to compare

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

26 Mar 16:39
Compare
Choose a tag to compare

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

20 Mar 12:11
Compare
Choose a tag to compare
  • 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.