-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: formatjs/formatjs
base: babel-plugin-react-intl@7.8.3
head repository: formatjs/formatjs
compare: babel-plugin-react-intl@7.9.0
- 20 commits
- 107 files changed
- 3 contributors
Commits on Jul 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 92dc91d - Browse repository at this point
Copy the full SHA 92dc91dView commit details -
feat(@formatjs/intl-relativetimeformat): stop aggregating locale-data…
… into languages BREAKING CHANGE: In this release we no longer bundle locale data of the same language into a single file. This serves a couple of purposes: 1. Reduce size of the locale-data and normalize them to around 3 - 6KB each. This tremendously helps popular languages like `en` or `zh` where previous locale-data was around 20K. 2. Normalize our CLDR processing pipeline. 3. Get rid of runtime data unpacking which helps runtime performance.
Configuration menu - View commit details
-
Copy full SHA for 8ad38e8 - Browse repository at this point
Copy the full SHA 8ad38e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a317913 - Browse repository at this point
Copy the full SHA a317913View commit details -
Configuration menu - View commit details
-
Copy full SHA for b37e885 - Browse repository at this point
Copy the full SHA b37e885View commit details -
feat(@formatjs/intl-listformat): stop aggregating locale-data into la…
…nguages BREAKING CHANGE: In this release we no longer bundle locale data of the same language into a single file. This serves a couple of purposes: 1. Reduce size of the locale-data and normalize them to around 1KB each. 2. Normalize our CLDR processing pipeline. 3. Get rid of runtime data unpacking which helps runtime performance.
Configuration menu - View commit details
-
Copy full SHA for dfacd8e - Browse repository at this point
Copy the full SHA dfacd8eView commit details -
chore(deps): update actions/cache requirement to v2.1.0 (#1867)
Updates the requirements on [actions/cache](https://github.com/actions/cache) to permit the latest version. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/commits/d29c1df198dd38ac88e0ae23a2881b99c2d20e68) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b6c7249 - Browse repository at this point
Copy the full SHA b6c7249View commit details -
chore(deps-dev): bump rollup from 2.22.1 to 2.22.2 (#1866)
Bumps [rollup](https://github.com/rollup/rollup) from 2.22.1 to 2.22.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.22.1...v2.22.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2351cc0 - Browse repository at this point
Copy the full SHA 2351cc0View commit details -
chore(deps): bump actions/setup-node from v2.1.0 to v2.1.1 (#1868)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.0 to v2.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.0...321b6cc) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3e1408 - Browse repository at this point
Copy the full SHA c3e1408View commit details -
chore(deps-dev): bump @types/lodash from 4.14.157 to 4.14.158 (#1865)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.157 to 4.14.158. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cc8ee1d - Browse repository at this point
Copy the full SHA cc8ee1dView commit details -
build: add README.md to pkg_npm
Long Ho committedJul 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 389dc7e - Browse repository at this point
Copy the full SHA 389dc7eView commit details
Commits on Jul 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a9ee9b0 - Browse repository at this point
Copy the full SHA a9ee9b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1340e03 - Browse repository at this point
Copy the full SHA 1340e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba5bad - Browse repository at this point
Copy the full SHA 1ba5badView commit details -
chore(deps-dev): bump @bazel/buildifier from 3.3.0 to 3.4.0 (#1870)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f7dfaf0 - Browse repository at this point
Copy the full SHA f7dfaf0View commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9c06488 - Browse repository at this point
Copy the full SHA 9c06488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61eb96e - Browse repository at this point
Copy the full SHA 61eb96eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a70ba - Browse repository at this point
Copy the full SHA 47a70baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1530f78 - Browse repository at this point
Copy the full SHA 1530f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f8769 - Browse repository at this point
Copy the full SHA 47f8769View commit details -
- babel-plugin-react-intl@7.9.0 - @formatjs/cli@1.11.0 - eslint-plugin-formatjs@2.5.7 - @formatjs/intl-datetimeformat@2.2.1 - @formatjs/intl-displaynames@3.1.6 - intl-format-cache@4.3.1 - @formatjs/intl-getcanonicallocales@1.3.1 - @formatjs/intl-listformat@4.0.0 - @formatjs/intl-locale@2.2.4 - intl-messageformat-parser@5.3.7 - intl-messageformat@9.1.7 - @formatjs/intl-numberformat@5.3.3 - @formatjs/intl-pluralrules@3.2.5 - @formatjs/intl-relativetimeformat@7.0.0 - @formatjs/intl-utils@3.8.2 - react-intl@5.4.1 - @formatjs/ts-transformer@2.4.2
Configuration menu - View commit details
-
Copy full SHA for 3b26952 - Browse repository at this point
Copy the full SHA 3b26952View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff babel-plugin-react-intl@7.8.3...babel-plugin-react-intl@7.9.0