Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Releases: wixplosives/mocha-pup

v5.1.6

Choose a tag to compare

@AviVahl AviVahl released this 18 Jan 13:29
  • Deps: upgrade to commander@7 and webpack-dev-middleware@4.1.

v5.1.5

Choose a tag to compare

@AviVahl AviVahl released this 14 Jan 15:11
  • Fix: print stats only on warnings/errors (#181)

v5.1.4

Choose a tag to compare

@AviVahl AviVahl released this 13 Jan 13:04
  • Fix: upgrade to webpack-dev-middleware@4.0.4 and unpin.

v5.1.3

Choose a tag to compare

@AviVahl AviVahl released this 13 Jan 10:56
  • Fix: pin webpack-dev-middleware@4.0.2. Newer currently breaks with webpack@4.

v5.1.2

Choose a tag to compare

@AviVahl AviVahl released this 24 Nov 19:48
  • Fix: revert forced source-map-support (causes Error creation delays)

v5.1.1

Choose a tag to compare

@AviVahl AviVahl released this 18 Nov 22:11
  • Fix: correct html-webpack-plugin peerDependency range to allow alpha/beta/rc versions.

v5.1.0

Choose a tag to compare

@AviVahl AviVahl released this 18 Nov 21:58
  • New: support external source-maps (#138)

v5.0.0

Choose a tag to compare

@AviVahl AviVahl released this 18 Nov 21:22
  • New: support webpack@5 (in addition to 4).
  • BREAKING: html-webpack-plugin is now a peerDependency. Install v4 if you're using webpack@4, or v5-alpha if using webpack@5. Run npm dist-tags html-webpack-plugin to see latest versions.
  • New: print Done bundling. on watch runs as well (when using --dev). Makes it possible to know when successful watch runs ended.
  • Deps: upgrade to latest stable.

v4.0.4

Choose a tag to compare

@AviVahl AviVahl released this 14 Oct 07:26
  • Deps: upgrade to css-loader@5.
  • Fix: correct peerDependency range of webpack. v5 is not supported yet.

v4.0.3

Choose a tag to compare

@AviVahl AviVahl released this 09 Oct 14:59
  • Deps: style-loader@2.0.0, latest others.