Переход с (AngularJS) 1.6 на 1.7 содержит информацию, которую вы ищете. Наиболее заметные изменения:
$resource
has now support for request and requestError interceptorsSeveral deprecated features have been removed:
- the
$controllerProvider.allowGlobals()
flag- the
$compileProvider.preAssignBindingsEnabled()
flag- the
angular.lowercase
andangular.uppercase
methods- the
$cookieStore
service from thengCookies
module- the
ngClick
override directive and corresponding services from thengTouch
module- the complete
ngScenario
module
В связанном ресурсе также есть полный список критических изменений.
Ссылка на конкретную версию 1.7.8: https://code.angularjs.org/1.7.8/docs/guide/migration
Спасибо @lealceldeiro Это действительно полезно.
вы ссылались на эти документы? docs.angularjs.org/guide/migrationgithub.com/angular/angular.js/blob/master/CHANGELOG.md