CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Mon, 29 Jul 2024 17:43:22 GMT
access-control-allow-origin: *
etag: W/"66a7d4ba-227f"
expires: Fri, 10 Oct 2025 07:34:41 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: DD58:23832:1416C6:17E620:68E8B4B9
accept-ranges: bytes
age: 0
date: Fri, 10 Oct 2025 07:24:41 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210058-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760081081.228811,VS0,VE306
vary: Accept-Encoding
x-fastly-request-id: 726a7ddae4a214c8d40e32a7fa407fba8e8ec10b
content-length: 2493
Karma - Versioning
Stable channel (branch
Canary channel (branch
Heads Up! You're viewing the docs for v0.10, an old version of Karma.
v6.4 is the newest.
Versioning
Karma uses Semantic Versioning with a little exception:
- even versions (eg.
0.6.x
,0.8.x
) are considered stable - no breaking changes or new features, only bug fixes will pushed into this branch, - odd versions (eg.
0.7.x
,0.9.x
) are unstable - anything can happen ;-)
Therefore it is recommended to rely on the latest stable version, which gives you automatic bug fixes, but does not break you:
{
"devDependencies": {
"karma": "~0.10"
}
}
Stable channel (branch stable
) #
$ npm install karma
Canary channel (branch master
) #
$ npm install karma@canary