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-242e"
expires: Sat, 11 Oct 2025 12:55:07 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 6E2E:19EEE1:7FC13:9DCEB:68EA5151
accept-ranges: bytes
age: 0
date: Sat, 11 Oct 2025 12:45:07 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210091-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760186707.928706,VS0,VE297
vary: Accept-Encoding
x-fastly-request-id: e291d8ef9843bd1ca65fa211d16fdacafc4722fc
content-length: 2573
Karma - Versioning
Stable channel (branch
Canary channel (branch
Heads Up! You're viewing the docs for v0.12, 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 be pushed into this branch - odd versions (eg.
0.7.x
,0.9.x
) are unstable - anything can happen ;-)
Therefore, it is recommended that you rely on the latest stable (even) version, which will give you automatic bug fixes, but will not break your test setup:
{
"devDependencies": {
"karma": "~0.10"
}
}
Stable channel (branch stable
) #
$ npm install karma
Canary channel (branch master
) #
$ npm install karma@canary