Skip to content

Latest commit

 

History

History
240 lines (133 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

240 lines (133 loc) · 11.3 KB

8.1.0 (2024-05-20)

Features

Chores

  • 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)

Chores

8.0.0 (2021-05-13)

Features

  • drop ie 11, old edge, safari 9, add safari 14 (#40) (ccc0f64)

7.1.0 (2021-01-20)

Features

  • 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)

Chores

7.0.0 (2020-11-09)

Features

Chores

  • update package versions (a0e7e01)

BREAKING CHANGES

  • drop support travisLaunchers and teamcityLaunchers in favor of a more generic ciLaunchers and detection of ci using the using is-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)

Features

  • BREAKING: default to no headless server browsers (#36) (019b9cb)

BREAKING CHANGES

  • 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

Bug Fixes

  • pin karma-browserstack-launcher@~1.4.0, prevents browserstack timeouts (#28) (cd17a4c)

5.3.0 (2019-04-24)

Note: this version was released in error

Chores

  • package: update karma-qunit to ^3.0.0 (#27) (8465cf8)

5.2.1 (2019-06-26)

Bug Fixes

  • pin karma-browserstack-launcher@~1.4.0, prevents browserstack timeouts (#28) (cd17a4c)

Chores

  • package: update karma-qunit to ^3.0.0 (#27) (8465cf8)

5.2.0 (2019-04-12)

Features

  • Use karma-safari-applescript-launcher to prevent open dialog in safari (#25) (d37a4d7)

5.1.0 (2019-03-06)

Features

  • no coverage report in server mode (#23) (388a6e2)

Bug Fixes

  • security: fix security issues by updating package-lock.json (9bb5156)

Chores

Documentation

  • postDetection was renamed to browsers (29d8ffd)

5.0.2 (2019-01-10)

Chores

  • package: more dependency updates (2eaef2d)

5.0.1 (2019-01-10)

Chores

  • package: update all dependencies (#22) (ceb0016)

Documentation

  • update README to show how to override config settings (#21) (1fd9c48)

5.0.0 (2018-11-15)

Features

Bug Fixes

  • Pin qunit to ~2.5.1 to fix stack trace issues (#18) (2c55b93)
  • Update deps to fix a few npm audit warnings (#15) (83a8a4f)

BREAKING CHANGES

  • Remove IE11 Win7

4.0.2 (2018-10-29)

Features

  • 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)

Bug Fixes

  • add a space between build number and pr for browserstack (#8) (c5c1c26)

Documentation

BREAKING CHANGES

  • Test on a newer/older version of Safari by default

3.1.0 (2018-10-24)

Bug Fixes

  • add safari tech preview launcher (#7) (08c014a), closes #6

3.0.0 (2018-08-31)

Features

  • Prefer headless browsers and add options (#3) (5d10adc)

Chores

BREAKING CHANGES

  • We now prefer headless browsers by default

2.0.0 (2018-08-28)

Features

BREAKING CHANGES

  • adds a new package.

1.0.1 (2018-08-22)

Bug Fixes

Chores

1.0.0 (2018-08-22)

Features