master
revert: refactor($compile): remove preAssignBindingsEnabled leftovers
docs($parse): fix typo in parse.js
test(ngAnimate): ensure that `blockTransitions` can be spied upon
refactor(misc): remove usages of whitelist and blacklist
docs(*): ensure naming is correct for Angular(JS) versions
feat(ngCookies): support samesite option
chore(i18n): update CLDR to v30.0.1
test(modules): properly isolate module tests
docs(*): fix dangling or ambiguous links
docs(ngMock/ngMockE2E.$httpBackend): fix method name to matchLatestDefinitionEnabled
docs(ngParseExt): note limitations with ngOptions and ngRepeat
fix($resource): fix interceptors and success/error callbacks
refactor(ngRoute): do not unnecessarily return `originalPath` in `routeToRegExp`
fix(ngTouch): deprecate the module and its contents
fix(jqLite): prevent possible XSS due to regex-based HTML replacement
refactor(sceDelegateProvider): remove usages of whitelist and blacklist
chore(copyright): update to Google LLC
feat(jqLite): implement jqLite(f) as alias to jqLite(document).ready(f)
fix($animate): avoid memory leak with `$animate.enabled(element, enabled)`
fix(jqLite): improve documentation
docs(angular.Module): improved documentation for component method
fix(loader): don't rely on internal APIs
docs(angular.errorHandlingConfig): fix typo (wether --> whether)
chore(module): improved module prefix/suffix code
chore(Rakefile): get ready for modules
refactor(ngMocks): simplify `routeToRegExp` by assuming `path` has query/hash stripped off
fix($routeProvider): do not deep-copy route definition objects
fix(angular-loader): do not depend on "closure" globals that may not be available