Releases: zinserjan/mocha-webpack
Releases · zinserjan/mocha-webpack
v1.1.0
- update a bunch of deps (#190)
- add an option to quiet the informational messages (#191)
- allow Mocha 5 as peerDependency (#204)
v1.0.1
- fix
Cannot read property getFiles of undefined
v1.0.0
- 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
- Webpack config using preprocessor extension syntax (#53)
- Added support for es6 webpack configuration (#46)
- Fix syntax error in documentation (#50)
v0.5.0
- 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
- add support for eval sourcemaps (#9)
--watch
crashed on uncaught exceptions (#20)
v0.3.1
- fix cli argument
--version
, see #11
- fix parsing of arguments, see #7
v0.3.0
- Add cli argument
--include files
to add files to the unit test bundle as discussed in #1.
v0.2.0
- Add a
—opts
argument to the CLI to allow the mocha-webpack.opts
to
live somewhere else.