Releases: zinserjan/mocha-webpack
Releases · zinserjan/mocha-webpack
v1.1.0
16 Mar 13:49
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
fix Cannot read property getFiles of undefined
v1.0.0
27 Oct 21:23
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v0.5.0
16 Jul 17:02
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
add support for eval sourcemaps (#9 )
--watch crashed on uncaught exceptions (#20 )
v0.3.1
10 May 19:23
Compare
Sorry, something went wrong.
No results found
fix cli argument --version, see #11
fix parsing of arguments, see #7
v0.3.0
01 Apr 23:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add a —opts argument to the CLI to allow the mocha-webpack.opts to
live somewhere else.