Skip to content

Releases: zinserjan/mocha-webpack

v1.1.0

16 Mar 13:49
Compare
Choose a tag to compare
  • update a bunch of deps (#190)
  • add an option to quiet the informational messages (#191)
  • allow Mocha 5 as peerDependency (#204)

v1.0.1

29 Oct 15:34
Compare
Choose a tag to compare
  • fix Cannot read property getFiles of undefined

v1.0.0

27 Oct 21:23
Compare
Choose a tag to compare
  • use memory-fs instead of writing bundle to disk
  • include source-map-support by default
  • replaced the "glob-like" file resolution with real glob
  • support multiple entry files/patterns/directories
  • respect defined file extensions in resolve.extensions for directory entries
  • support custom reporters with relative file paths
  • pretty status logging & pretty webpack build errors / warnings

v0.7.0

09 Oct 17:25
Compare
Choose a tag to compare
  • Webpack config using preprocessor extension syntax (#53)
  • Added support for es6 webpack configuration (#46)
  • Fix syntax error in documentation (#50)

v0.6.0

10 Aug 19:49
Compare
Choose a tag to compare
  • support mocha@3 (#40)

v0.5.0

16 Jul 17:02
Compare
Choose a tag to compare
  • let mocha use its default "colors" setting when not specified (#24)
  • custom file watcher configuration via watchOptions (#30)
  • support webpack 2 beta (#32)
  • update README to show correct option when displaying version (#22)

v0.4.0

16 Jun 18:44
Compare
Choose a tag to compare
  • add support for eval sourcemaps (#9)
  • --watch crashed on uncaught exceptions (#20)

v0.3.1

10 May 19:23
Compare
Choose a tag to compare
  • fix cli argument --version, see #11
  • fix parsing of arguments, see #7

v0.3.0

01 Apr 23:27
Compare
Choose a tag to compare
  • Add cli argument --include files to add files to the unit test bundle as discussed in #1.

v0.2.0

30 Mar 17:41
Compare
Choose a tag to compare
  • Add a —opts argument to the CLI to allow the mocha-webpack.opts to
    live somewhere else.