All notable changes will be documented in this file. Karma Config adheres to Semantic Versioning.
v3.0.0 (2020-02-09)
-
The
browsers
flags now indicate exactly which browsers to run, regardless of the operating system. In previous versions, these flags simply hinted at which browsers to run, but Karma-Config actually chose the browsers based on the operating system. -
Dropped support for the
KARMA_PLATFORM
environment variable. In previous versions, this environment variable was necessary to run SauceLabs tests for Windows browsers on non-windows systems. This is no longer necessary.
v2.0.0 (2020-01-30)
- Dropped support for Node 8. Now requires Node 10+
- The "karma-config" package is now just a wrapper around the scoped "@jsdevtools/karma-config" package