## [4.0.2](https://github.com/karma-runner/grunt-karma/compare/v4.0.1...v4.0.2) (2021-05-11) ### Bug Fixes * **karma:** accept karma 6.x in peerDependencies ([#303](https://github.com/karma-runner/grunt-karma/issues/303)) ([fe01a67](https://github.com/karma-runner/grunt-karma/commit/fe01a67d5d85748f2bbe62a96e2ff52e0d2968d7)) ## [4.0.1](https://github.com/karma-runner/grunt-karma/compare/v4.0.0...v4.0.1) (2021-05-11) ### Bug Fixes * **karma:** use recommended parseConfig pattern for Karma 6 ([#297](https://github.com/karma-runner/grunt-karma/issues/297)) ([a38d9a9](https://github.com/karma-runner/grunt-karma/commit/a38d9a9d896ed8ef6441a17094350a5f3bc2ea2d)) # [4.0.0](https://github.com/karma-runner/grunt-karma/compare/v3.0.2...v4.0.0) (2020-04-14) ### chore * **ci:** support semanitic-release ([#277](https://github.com/karma-runner/grunt-karma/issues/277)) ([caba218](https://github.com/karma-runner/grunt-karma/commit/caba2181e1541b5461e13ee1c4e09b6064e73465)) ### BREAKING CHANGES * **ci:** drop support for nodejs <8 ## [3.0.2](https://github.com/karma-runner/grunt-karma/compare/v3.0.1...v3.0.2) (2019-04-09) ## [3.0.1](https://github.com/karma-runner/grunt-karma/compare/v3.0.0...v3.0.1) (2018-11-24) ### Features * **karma:** require karma 3 in peerDependencies ([579f82f](https://github.com/karma-runner/grunt-karma/commit/579f82f)), closes [#261](https://github.com/karma-runner/grunt-karma/issues/261) # [3.0.0](https://github.com/karma-runner/grunt-karma/compare/v2.0.0...v3.0.0) (2018-09-08) ### Bug Fixes * ensure proper path format ([9314248](https://github.com/karma-runner/grunt-karma/commit/9314248)) * Remove hardcoded useIframe & captureConsole opts ([33386b3](https://github.com/karma-runner/grunt-karma/commit/33386b3)), closes [#165](https://github.com/karma-runner/grunt-karma/issues/165) [#166](https://github.com/karma-runner/grunt-karma/issues/166) * **deps:** update lodash version to address npm audit warning ([1182766](https://github.com/karma-runner/grunt-karma/commit/1182766)), closes [#259](https://github.com/karma-runner/grunt-karma/issues/259) * **deps:** Update test to use karma 3.0.0 ([19551fd](https://github.com/karma-runner/grunt-karma/commit/19551fd)), closes [#261](https://github.com/karma-runner/grunt-karma/issues/261) [#251](https://github.com/karma-runner/grunt-karma/issues/251) ### Features * upgrade dependencies ([a911ca1](https://github.com/karma-runner/grunt-karma/commit/a911ca1)), closes [#178](https://github.com/karma-runner/grunt-karma/issues/178) [#175](https://github.com/karma-runner/grunt-karma/issues/175) # 2.0.0 (2016-05-26) ### Bug Fixes * handle basePath option for preprocessors paths ([1a45103](https://github.com/karma-runner/grunt-karma/commit/1a45103)), closes [#146](https://github.com/karma-runner/grunt-karma/issues/146) * Make background option work with grunt tasks written in CoffeeScript ([52174ef](https://github.com/karma-runner/grunt-karma/commit/52174ef)), closes [#174](https://github.com/karma-runner/grunt-karma/issues/174) # 1.0.0 (2016-05-03) ## 0.12.2 (2016-03-17) ## 0.12.1 (2015-09-09) ### Bug Fixes * **task:** prevent `spawn ENAMETOOLONG` on Windows ([2b5e643](https://github.com/karma-runner/grunt-karma/commit/2b5e643)) * Upgrade dependencies ([27abcda](https://github.com/karma-runner/grunt-karma/commit/27abcda)) ## 0.12.0 (2015-07-16) #### Bug Fixes * Updating grunt-karma to use the new API interface from Karma ([5d1881c9](https://github.com/karma-runner/grunt-karma/commit/5d1881c9)) * ensure files passed to karma are flat ([6075d692](https://github.com/karma-runner/grunt-karma/commit/6075d692), closes [#142](https://github.com/karma-runner/grunt-karma/issues/142)) ### 0.11.2 (2015-06-29) #### Bug Fixes * ensure files passed to karma are flat ([6075d692](https://github.com/karma-runner/grunt-karma/commit/6075d692), closes [#142](https://github.com/karma-runner/grunt-karma/issues/142)) ### 0.11.1 (2015-06-19) #### Bug Fixes * Allow karma release candidate as peer dependency ([5cdb1844](https://github.com/karma-runner/grunt-karma/commit/5cdb1844)) ## 0.11.0 (2015-05-28) #### Bug Fixes * Allow for karma.conf to be used correctly Now client config is only passed to ka ([15fee6f9](https://github.com/karma-runner/grunt-karma/commit/15fee6f9), closes [#119](https://github.com/karma-runner/grunt-karma/issues/119)) * Update dependencies ([002926f4](https://github.com/karma-runner/grunt-karma/commit/002926f4)) * Flatten files array. ([7fe05940](https://github.com/karma-runner/grunt-karma/commit/7fe05940), closes [#142](https://github.com/karma-runner/grunt-karma/issues/142) ### 0.10.1 (2015-01-09) #### Bug Fixes * **task:** allow files definition in karma.conf ([6accf230](https://github.com/karma-runner/grunt-karma/commit/6accf230ce3eb945627709cc80fe3eafc82b9944), closes [#134](https://github.com/karma-runner/grunt-karma/issues/134)) ## 0.10.0 (2015-01-09) #### Features * **task:** * let Grunt do the file matching ([cb53deae](https://github.com/karma-runner/grunt-karma/commit/cb53deaef6da756be55e35c7d9fa57b84afda2ed)) * process templates in the config ([a10aaa75](https://github.com/karma-runner/grunt-karma/commit/a10aaa7548267ab035f8f4689eb54b2ead9245ef)) # 0.9.0 (2014-09-04) ## Features ### conventional-changelog * add conventional-changelog (72c67e3) ### karma-dependency * Bump Karma depdency to ~0.9.2 (23a4f25) ### * make configFile optional (cee07ab) # 0.8.3 * Flatten `files` input (@cgross) # 0.8.2 * Emergency fix: Don't pass anything to karma if no browsers are defined. # 0.8.1 * Kill background child process on main process exit. (@trabianmatt) * Fix passing `client.args` through the commandline. * Actually override the browsers array. * Set client default args. * Merge `client.args` from all sources. # 0.8.0 * Update to `karma@0.12.0` #0.3.0 * changed name from gruntacular to grunt-karma #0.2.0 * support config sharing via options property * basic example/test suite * slight refactor * use latest testacular #0.1.1 * initial version * docs