Skip to content

Commit

Permalink
feat(core): remove dependency to intl API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: all i18n pipes have been updated to not require the intl API anymore. Some results might vary, see the document to update from v4 to v5 for more information.

Fixes angular#10809, angular#9524, angular#7008, angular#9324, angular#7590, angular#6724, angular#3429, angular#17576, angular#17478, angular#17319, angular#17200, angular#16838, angular#16624, angular#16625, angular#16591, angular#14131, angular#12632, angular#11376, angular#11187
  • Loading branch information
ocombe committed Jun 28, 2017
1 parent 68fc65d commit 64a274f
Show file tree
Hide file tree
Showing 545 changed files with 85,809 additions and 1,010 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@
bazel-*
node_modules
bower_components
tools/gulp-tasks/i18n/cldr-data/

# Include when developing application packages.
pubspec.lock
Expand Down
2 changes: 2 additions & 0 deletions gulpfile.js
Expand Up @@ -42,3 +42,5 @@ gulp.task('serve', loadTask('serve', 'default'));
gulp.task('serve-examples', loadTask('serve', 'examples'));
gulp.task('changelog', loadTask('changelog'));
gulp.task('check-env', () => {/* this is a noop because the env test ran already above */});
gulp.task('i18n:extract', loadTask('i18n', 'extract'));
gulp.task('i18n:download', loadTask('i18n', 'download'));
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -49,7 +49,9 @@
"canonical-path": "0.0.2",
"chokidar": "^1.1.0",
"clang-format": "^1.0.32",
"cldr": "^3.5.2",
"cldr": "^4.3.0",
"cldr-data-downloader": "^0.3.0",
"cldrjs": "^0.4.8",
"conventional-changelog": "^1.1.0",
"cors": "^2.7.1",
"dgeni": "^0.4.2",
Expand Down

0 comments on commit 64a274f

Please sign in to comment.