8.1.0 (2024-05-20)
- cleanup package.json and bump node (#46) (be3ef1d)
- package: update dependencies (#42) (fa15518)
- package: update dependencies to fix vulnerabilities (#45) (f248808)
- Update dependencies (#47) (17281c4)
8.0.1 (2021-06-24)
- update dependencies (00e867a)
8.0.0 (2021-05-13)
7.1.0 (2021-01-20)
- reporters option, default to progress (#39) (1b7044d)
- turn off qunit ui unless in server mode, add option to turn it on (#38) (396fcda)
7.0.1 (2020-12-07)
- update qunit (10f6d84)
7.0.0 (2020-11-09)
- update package versions (a0e7e01)
- drop support
travisLaunchers
andteamcityLaunchers
in favor of a more genericciLaunchers
and detection of ci using the usingis-ci
package. - drop support for the
detectBrowsers
option as it was only used in one specific scenario that would cause an error anyway. Browsers are always detected when no browsers are set via the karma config or karma runner cli.
6.0.0 (2020-10-08)
- BREAKING: for most projects server browsers are turned off, we should stop defaulting to using them.
5.3.1 (2019-08-19)
Note: this release and v5.2.1 are the same
5.3.0 (2019-04-24)
Note: this version was released in error
5.2.1 (2019-06-26)
5.2.0 (2019-04-12)
5.1.0 (2019-03-06)
- security: fix security issues by updating package-lock.json (9bb5156)
- postDetection was renamed to browsers (29d8ffd)
5.0.2 (2019-01-10)
- package: more dependency updates (2eaef2d)
5.0.1 (2019-01-10)
5.0.0 (2018-11-15)
- Pin qunit to ~2.5.1 to fix stack trace issues (#18) (2c55b93)
- Update deps to fix a few npm audit warnings (#15) (83a8a4f)
- Remove IE11 Win7
4.0.2 (2018-10-29)
- Add an option to turn off coverage (#11) (12c22a6)
- add browser disconnect timeout (#9) (c1a80b6)
- browser stack name and build should be the same (c718ddb)
- Turn of video and local settings for tests (#12) (b8d1704)
- update safari to Mojave, and add safari El Capitan (#10) (91d444c)
- add files to README (314a346)
- Test on a newer/older version of Safari by default
3.1.0 (2018-10-24)
3.0.0 (2018-08-31)
- upgrade husky (3783653)
- We now prefer headless browsers by default
2.0.0 (2018-08-28)
- adds a new package.
1.0.1 (2018-08-22)
- include dist css (b2bf05c)
- update tooling (de7c8b4)