Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: formatjs/formatjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: babel-plugin-react-intl@7.8.3
Choose a base ref
...
head repository: formatjs/formatjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: babel-plugin-react-intl@7.9.0
Choose a head ref
  • 20 commits
  • 107 files changed
  • 3 contributors

Commits on Jul 22, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    92dc91d View commit details
  2. 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.
    longlho committed Jul 22, 2020
    Copy the full SHA
    8ad38e8 View commit details
  3. Copy the full SHA
    a317913 View commit details
  4. Copy the full SHA
    b37e885 View commit details
  5. 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.
    longlho committed Jul 22, 2020
    Copy the full SHA
    dfacd8e View commit details
  6. 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>
    dependabot[bot] authored Jul 22, 2020
    Copy the full SHA
    b6c7249 View commit details
  7. 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>
    dependabot[bot] authored Jul 22, 2020
    Copy the full SHA
    2351cc0 View commit details
  8. 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>
    dependabot[bot] authored Jul 22, 2020
    Copy the full SHA
    c3e1408 View commit details
  9. 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>
    dependabot[bot] authored Jul 22, 2020
    Copy the full SHA
    cc8ee1d View commit details
  10. build: add README.md to pkg_npm

    Long Ho committed Jul 22, 2020
    Copy the full SHA
    389dc7e View commit details

Commits on Jul 23, 2020

  1. Copy the full SHA
    a9ee9b0 View commit details
  2. Copy the full SHA
    1340e03 View commit details
  3. Copy the full SHA
    1ba5bad View commit details
  4. 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>
    dependabot[bot] authored Jul 23, 2020
    Copy the full SHA
    f7dfaf0 View commit details

Commits on Jul 24, 2020

  1. Copy the full SHA
    9c06488 View commit details
  2. Copy the full SHA
    61eb96e View commit details
  3. build: tweak tsconfig.json

    longlho committed Jul 24, 2020
    Copy the full SHA
    47a70ba View commit details
  4. Copy the full SHA
    1530f78 View commit details
  5. docs: restructure docs

    longlho committed Jul 24, 2020
    Copy the full SHA
    47f8769 View commit details
  6. build: publish

     - 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
    longlho committed Jul 24, 2020
    Copy the full SHA
    3b26952 View commit details
Loading