13

There are a lot of angular versions here. beta means still incomplete and not to use for production.

but what is the meaning of rc. https://code.angularjs.org/

Sarawut Positwinyu
  • 4,974
  • 15
  • 54
  • 80

1 Answers1

18

rc is release candidate. This means no new feature will be introduced just a bugfix releases before final release.

Nilesh Mali
  • 530
  • 6
  • 12
  • 3
    Well, that's what it's *supposed* to mean, but the Angular 2 team certainly doesn't seem to use it that way, since between release candidates they've deprecated and replaced the router, and added the new NgModule functionality. – Ian McLaird Aug 11 '16 at 15:41
  • @IanMcLaird Finally angular 2 team admitted it that they broke lot of stuff during rc. So now they will use [semver](http://semver.org) to avoid confusion, and breaking changes will be once in 6 months. – Nilesh Mali Sep 16 '16 at 04:46