You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
To stay up to date, upgrading the CLI itself is not enough. We need to know the changes done in the official Angular schematics, for example to know when the dependencies are updated in package.json to know when it's safe to upgrade tools (like tslint, codelizer, etc.). There can also be changes in other files (for tests, polyfills and so on...).
And currently, we have to look at the git history of each file within this repo (which is now separate from the CLI, and some people may even not know about it).
So a CHANGELOG is really required, or at least, changes done here should be integrated in the CLI changelog.
Thanks.
cacogr, deckerbd, Splaktar, sylvaindumont and bmayen