Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

66 lines (40 loc) · 1.44 KB

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

#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