6.2 KiB
6.2 KiB
4.0.2 (2021-05-11)
Bug Fixes
4.0.1 (2021-05-11)
Bug Fixes
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
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
<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
<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
0.10.0 (2015-01-09)
Features
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
filesinput (@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.argsthrough the commandline. - Actually override the browsers array.
- Set client default args.
- Merge
client.argsfrom 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