4.0.2 (2021-05-11)
4.0.1 (2021-05-11)
4.0.0 (2020-04-14)
- ci: drop support for nodejs <8
3.0.2 (2019-04-09)
3.0.1 (2018-11-24)
3.0.0 (2018-09-08)
- 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
- handle basePath option for preprocessors paths (1a45103), closes #146
- Make background option work with grunt tasks written in CoffeeScript (52174ef), closes #174
<a name"0.12.0">
- 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">
<a name"0.11.1">
- Allow karma release candidate as peer dependency (5cdb1844)
<a name"0.11.0">
- 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
- add conventional-changelog (72c67e3)
- Bump Karma depdency to ~0.9.2 (23a4f25)
- make configFile optional (cee07ab)
- Flatten
files
input (@cgross)
- Emergency fix: Don't pass anything to karma if no browsers are defined.
- 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.
- Update to
[email protected]
#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