Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (17 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

32 lines (17 loc) · 1.44 KB

Change Log

All notable changes will be documented in this file. Karma Config adheres to Semantic Versioning.

v3.0.0 (2020-02-09)

Breaking Changes

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

Full Changelog

v2.0.0 (2020-01-30)

Breaking Changes

  • Dropped support for Node 8. Now requires Node 10+

Other Changes

  • The "karma-config" package is now just a wrapper around the scoped "@jsdevtools/karma-config" package

Full Changelog