Karma uses Semantic Versioning with a little exception:
0.6.x
, 0.8.x
) are considered stable - no breaking changes or new features, only bug fixes will pushed into this branch,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
) #$ npm install karma
master
) #$ npm install karma@canary