All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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