BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Angular 2 Final Released, Adopts Semantic Versioning

Angular 2 Final Released, Adopts Semantic Versioning

Bookmarks

The JHipster Mini-book is a guide to getting started with hip technologies today: AngularJS, Bootstrap and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster. JHipster is a Yeoman generator that can be used to a create a project and generate boilerplate code for you.

After what seemed like an endless journey, Angular 2 has finally been released.

The first Angular 2 release candidate was unveiled in early May 2016 and has steadily become more stable and complete. In a blog post, Jules Kremer laid out what this final version really means:

What does "final" mean? Stability that's been validated across a wide range of use cases, and a framework that's been optimized for developer productivity, small payload size, and performance. With ahead-of-time compilation and built-in lazy-loading, we’ve made sure that you can deploy the fastest, smallest applications across the browser, desktop, and mobile environments.

In an unexpected move, Angular has also switched to semantic versioning (semver) for version 2.0.0 and up. During the RC phase, there were many breaking changes, which frustrated many in the community. Often a RC is a declaration that the core structure is complete and the product is, literally, a version that could be released as final. In Angular 2's case, each RC (except for 1 and 7) contained numerous new features and breaking changes. The move to semver should provide better guidance about how the platform is evolving.

However, because semver requires a major version bump whenever there are breaking API changes, it is likely that we'll see Angular follow in the footsteps of React, which is now on version 15.

Part of why the release took so long is that it is no longer just a web framework. Angular 2 is now a platform that encompasses a wide range of capabilities including universal server rendering, a mobile toolkit, and a command line interface. Its feature set is enormous, providing significant value in an all-in-one package.

The JavaScript community is one of the fastest moving in the industry. Tools, platforms, and libraries often have a limited shelf life before something new comes along to displace it. In the years since Angular 2 has gone from idea to release, other frameworks have seen a dramatic rise in adoption. Facebook's React and the associated community, in particular, has seen tremendous growth. Angular is still extremely popular, but Angular 2 is now arguably the underdog. Only time will tell if the years spent in development will be its undoing.

For now, the team has shifted its focus to stabilizing experimental features, bug fixes, and more documentation. The Angular web site has all the details.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Slightly ahead of Angular Dart.

    by Andrew Mezoni,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Next week will be released a more advanced version written in a pure Dart language.
    A version in Dart much more powerful, and therefore will be released with a slight delay (a few days).

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT