Skip to content

Latest commit

 

History

History
198 lines (99 loc) · 6.23 KB

CHANGELOG.md

File metadata and controls

198 lines (99 loc) · 6.23 KB

4.0.2 (2021-05-11)

Bug Fixes

  • karma: accept karma 6.x in peerDependencies (#303) (fe01a67)

4.0.1 (2021-05-11)

Bug Fixes

  • karma: use recommended parseConfig pattern for Karma 6 (#297) (a38d9a9)

4.0.0 (2020-04-14)

chore

BREAKING CHANGES

  • ci: drop support for nodejs <8

3.0.2 (2019-04-09)

3.0.1 (2018-11-24)

Features

  • karma: require karma 3 in peerDependencies (579f82f), closes #261

3.0.0 (2018-09-08)

Bug Fixes

  • ensure proper path format (9314248)
  • Remove hardcoded useIframe & captureConsole opts (33386b3), closes #165 #166
  • deps: update lodash version to address npm audit warning (1182766), closes #259
  • deps: Update test to use karma 3.0.0 (19551fd), closes #261 #251

Features

2.0.0 (2016-05-26)

Bug Fixes

  • handle basePath option for preprocessors paths (1a45103), closes #146
  • Make background option work with grunt tasks written in CoffeeScript (52174ef), closes #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)
  • Upgrade dependencies (27abcda)

<a name"0.12.0">

0.12.0 (2015-07-16)

Bug Fixes

  • Updating grunt-karma to use the new API interface from Karma (5d1881c9)
  • ensure files passed to karma are flat (6075d692, closes #142)

<a name"0.11.2">

0.11.2 (2015-06-29)

Bug Fixes

  • ensure files passed to karma are flat (6075d692, closes #142)

<a name"0.11.1">

0.11.1 (2015-06-19)

Bug Fixes

  • Allow karma release candidate as peer dependency (5cdb1844)

<a name"0.11.0">

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, closes #119)
  • Update dependencies (002926f4)
  • Flatten files array. (7fe05940, closes #142

0.10.1 (2015-01-09)

Bug Fixes

  • task: allow files definition in karma.conf (6accf230, closes #134)

0.10.0 (2015-01-09)

Features

  • task:
    • let Grunt do the file matching (cb53deae)
    • process templates in the config (a10aaa75)

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