All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.1 (2024-02-01)
- security fixes
5.0.0 (2021-02-02)
No changes, just a new stable release.
5.0.0-alpha.6 (2021-01-30)
- automatically fix missing webpack framework and report a warning (ea5dc8e)
- fix an issue where multiple karma-webpack processes could not run in parallel (ea3dabe)
- bump hotfix dependencies (98b3ec9)
5.0.0-alpha.5 (2020-12-06)
- change the webpack peer dependency to webpack v5 (2e0ca74)
5.0.0-alpha.4 (2020-12-06)
- fix compatibility issues for webpack v5 (8d7366f), closes #452
- remove deprecation warning for
.watch()
(4fe1f60)
5.0.0-alpha.3.0 (2019-03-07)
5.0.0-alpha.2 (2019-02-13)
- karma-webpack: normalize paths to be compatible with windows (b783e1c)
5.0.0-alpha.1 (2019-01-01)
- karma-webpack: add dynamic imports to main bundle (#384) (288a8c2)
- karma-webpack: disable karma watch; use webpack watch only (#386) (1696bfd)
5.0.0-alpha.0 (2018-12-13)
- karma-webpack: webpack needs to be added to frameworks
// old:
frameworks: ['mocha'],
// new:
frameworks: ['mocha', 'webpack'],
- karma-webpack: old alternative usage is no longer recommended
- karma-webpack: webpack-dev-middleware removed
- karma-webpack: default webpack configuration changed drastically
4.0.0-rc.5 (2018-11-30)
- karma-webpack: Do not unify "colors" property if webpack "stats" is a string (#376) (840dea2), closes #375
4.0.0-rc.4 (2018-11-28)
- karma-webpack: Fix publicPath to be Windows-compatible (#373) (fca13b9), closes #362
- package: restore prepare script in package.json so that npm install from github works (#367) (3e1f3e4)
4.0.0-rc.3 (2018-11-20)
4.0.0-rc.2 (2018-09-07)
- karma-webpack: don't include the
os.tmpdir
(output.publicPath
) (#338) (66f4cd7) - karma-webpack: normalize paths (
windows
) (#351) (2145ec2) - package: 64 vulnerabilities (2 low, 62 moderate) (
audit
) (9816152)
4.0.0-rc.1 (2018-09-03)
4.0.0-rc.0 (2018-09-01)
- karma-webpack:
compilation
hangs when adding a file (#345) (ddf161d) - karma-webpack: allow
filename
andchunkFilename
to be overridden (config.output
) (#336) (c256d87) - karma-webpack: disable
optimization
by default (webpack >= v4.0.0
) (#325) (51bdcaa) - mocha-env-loader: add
webpack >= v4.0.0
support (#341) (39ff49c)
- package: update
webpack-dev-middleware
v2.0.6...3.0.1 (dependencies
) (1741bca)
- karma-webpack: upgrade plugin system (
tapable
) (f275d40)
- package: requires
webpack >= v4.0.0
- karma-webpack: requires
webpack >= v4.0.0
4.0.0-beta.0 (2018-03-19)
- package: update
webpack-dev-middleware
v2.0.6...3.0.1 (dependencies
) (ffa0a9c)
- karma-webpack: upgrade plugin system (
tapable
) (395eab4)
- package: requires
webpack >= v4.0.0
- karma-webpack: requires
webpack >= v4.0.0
3.0.0 (2018-03-19)
- package: requires
webpack >= v2.0.0
- package: requires
node >= 6.9.0
2.0.13 (2018-02-27)
2.0.12 (2018-02-26)
- package: add
babel-runtime
(devDependencies
) (#310) (6d5fa1c) - package: downgrade
source-map
v0.7.0...0.5.6 (#309) (070e04e)
2.0.11 (2018-02-25)
2.0.10 (2018-02-25)
- karma-webpack: correctly coalesce
idx
({Number}
) in filepaths (#287) (5fa2409) - correctly escape
{Regex}
in custom file handler (#293) (906ed52) - disable
webpack
rebuilds on karma--single-run
(41d1912) - package: add
webpack >= v4.0.0
(peerDependencies
) (#301) (99ddad8)
2.0.9 (2017-12-14)
2.0.8 (2017-12-14)
2.0.7 (2017-12-14)
DEPRECATED due to publishing issue
2.0.6 (2017-11-10)
2.0.5 (2017-10-08)
- pass on error to callback for better error messages (#262) (466581f)
- use
file.originalPath
instead offile.path
(#218) (0d075b0)
2.0.4 (2017-07-07)
2.0.3 (2017-03-15)
- readFile: handle path doesn't exist error (#208) (907ed72)
- don't swallow configuration errors (#232) (4216f13)
- readFile on windows (#226) (cad9f8b)
2.0.2 (2017-01-19)
2.0.1 (2017-01-11)
- release: patch version for release issue. No code changes.
2.0.0 (2017-01-11)
- package: update webpack peerDependencies. (9fd5fdf)
- config: Remove entry:{} from test configurations
When updating to "webpack": "2.2.0-rc.4"
& "karma-webpack": "1.8.2"
you have to pull the entry
property if it's set to an empty object so it defaults to a function within karma-webpack