Skip to content

Releases: zinserjan/mocha-webpack

v1.1.0

Choose a tag to compare

@zinserjan zinserjan released this 16 Mar 13:49
  • update a bunch of deps (#190)
  • add an option to quiet the informational messages (#191)
  • allow Mocha 5 as peerDependency (#204)

v1.0.1

Choose a tag to compare

@zinserjan zinserjan released this 29 Oct 15:34
  • fix Cannot read property getFiles of undefined

v1.0.0

Choose a tag to compare

@zinserjan zinserjan released this 27 Oct 21:23
  • 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

Choose a tag to compare

@zinserjan zinserjan released this 09 Oct 17:25
  • Webpack config using preprocessor extension syntax (#53)
  • Added support for es6 webpack configuration (#46)
  • Fix syntax error in documentation (#50)

v0.6.0

Choose a tag to compare

@zinserjan zinserjan released this 10 Aug 19:49
  • support mocha@3 (#40)

v0.5.0

Choose a tag to compare

@zinserjan zinserjan released this 16 Jul 17:02
  • 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

Choose a tag to compare

@zinserjan zinserjan released this 16 Jun 18:44
  • add support for eval sourcemaps (#9)
  • --watch crashed on uncaught exceptions (#20)

v0.3.1

Choose a tag to compare

@zinserjan zinserjan released this 10 May 19:23
  • fix cli argument --version, see #11
  • fix parsing of arguments, see #7

v0.3.0

Choose a tag to compare

@zinserjan zinserjan released this 01 Apr 23:27
  • Add cli argument --include files to add files to the unit test bundle as discussed in #1.

v0.2.0

Choose a tag to compare

@zinserjan zinserjan released this 30 Mar 17:41
  • Add a —opts argument to the CLI to allow the mocha-webpack.opts to
    live somewhere else.