test/CHANGELOG.md
2017-01-19 01:53:16 -06:00

2.7 KiB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2017-01-19)

Bug Fixes

  • readFile: handle path doesn't exist error (#208) (907ed72)

2.0.1 (2017-01-11)

Chores

  • release: patch version for release issue. No code changes.

2.0.0 (2017-01-11)

Chores

  • package: update webpack peerDependencies. (9fd5fdf)

Bug Fixes

  • config: webpack rc4 schema enforcment (fixes #193) (e6a3cb7)

BREAKING CHANGES

  • 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

1.8.1 (2016-12-27)

Bug Fixes

1.8.0 (2016-08-07)

Bug Fixes

  • build: Removes dist from scm (#158) (9ea6921)
  • config: webpack rc4 schema enforcment (fixes #193) (e6a3cb7)
  • provider: no provider for variable name Fix #146 (43f18d3)

Features

  • webpack: add support for webpack2.1.0-beta (bdd8c80)
  • webpack: add webpack blocker (03f6495)
  • karma: karma execution blocker (d776068)
  • webpack: support chunks without errors (7334dbc)