# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [1.6.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.5.0...@formatjs/intl-utils@1.6.0) (2019-12-02) ### Features * **@formatjs/intl-unified-numberformat:** add currencyDisplay… ([#332](https://github.com/formatjs/formatjs/issues/332)) ([0cf8629](https://github.com/formatjs/formatjs/commit/0cf862992cae62a162d6935797ffd7c0848cf3ea)) # [1.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.4.4...@formatjs/intl-utils@1.5.0) (2019-12-01) ### Features * **@formatjs/intl-utils:** add PartitionPattern abstract operation ([#317](https://github.com/formatjs/formatjs/issues/317)) ([5731fcf](https://github.com/formatjs/formatjs/commit/5731fcfeaaba65322f904e863faead8d1f177a98)) ## [1.4.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.4.3...@formatjs/intl-utils@1.4.4) (2019-11-26) **Note:** Version bump only for package @formatjs/intl-utils ## [1.4.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.4.2...@formatjs/intl-utils@1.4.3) (2019-11-25) ### Bug Fixes * **@formatjs/intl-unified-numberformat:** fix crash in numberformat ([e3115e2](https://github.com/formatjs/formatjs/commit/e3115e2462cb282edc98d4dbe71ffbf7eb3da5c8)), closes [#293](https://github.com/formatjs/formatjs/issues/293) ## [1.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.4.1...@formatjs/intl-utils@1.4.2) (2019-11-21) ### Bug Fixes * **@formatjs/intl-relativetimeformat:** use api-extractor to combine d.ts ([bd803dd](https://github.com/formatjs/formatjs/commit/bd803dd5fcd6f13994e686b8d08bd1b8be6a2e4b)) * **@formatjs/intl-utils:** use api-extractor to combine d.ts ([a4b16b5](https://github.com/formatjs/formatjs/commit/a4b16b54f7cee23673701d285fffc6401536e926)) ## [1.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.4.0...@formatjs/intl-utils@1.4.1) (2019-11-20) ### Bug Fixes * **lint:** fix lint config and rerun ([041eb99](https://github.com/formatjs/formatjs/commit/041eb99706164048b5b8ce7079955897ce27ed70)) # [1.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.3.0...@formatjs/intl-utils@1.4.0) (2019-10-01) ### Features * **@formatjs/intl-utils:** add IE11-safe getCanonicalLocales, ([b5f37c4](https://github.com/formatjs/formatjs/commit/b5f37c4)), closes [#200](https://github.com/formatjs/formatjs/issues/200) # [1.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.2.0...@formatjs/intl-utils@1.3.0) (2019-09-27) ### Features * **@formatjs/intl-listformat:** add Intl.ListFormat polyfill ([6e5d476](https://github.com/formatjs/formatjs/commit/6e5d476)) * **@formatjs/intl-utils:** add list-format types ([066d95b](https://github.com/formatjs/formatjs/commit/066d95b)) # [1.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.1.1...@formatjs/intl-utils@1.2.0) (2019-09-20) ### Features * **@formatjs/intl-utils:** mark the package as side-effects free ([d442765](https://github.com/formatjs/formatjs/commit/d442765)) ## [1.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.1.0...@formatjs/intl-utils@1.1.1) (2019-09-15) **Note:** Version bump only for package @formatjs/intl-utils # [1.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.0.1...@formatjs/intl-utils@1.1.0) (2019-09-13) ### Bug Fixes * **@formatjs/intl-utils:** consolidate parent lookup ([bac2eae](https://github.com/formatjs/formatjs/commit/bac2eae)) * **@formatjs/intl-utils:** fix lookup case sensitivity ([52fb192](https://github.com/formatjs/formatjs/commit/52fb192)) ### Features * **@formatjs/intl-utils:** add parent locale lookup ([db94095](https://github.com/formatjs/formatjs/commit/db94095)) * **formatjs-extract-cldr-data:** even smaller locale data ([66a0313](https://github.com/formatjs/formatjs/commit/66a0313)) ## [1.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@1.0.0...@formatjs/intl-utils@1.0.1) (2019-09-03) **Note:** Version bump only for package @formatjs/intl-utils # [1.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.7.0...@formatjs/intl-utils@1.0.0) (2019-09-03) ### Bug Fixes * **@formatjs/intl-utils:** add polyfill-utils like getOption/toObject ([7cf1cc4](https://github.com/formatjs/formatjs/commit/7cf1cc4)) ### Features * **@formatjs/intl-relativetimeformat:** use aliases from @formatjs/intl-utils ([e430944](https://github.com/formatjs/formatjs/commit/e430944)) * **@formatjs/intl-utils:** add lang aliases to locale lookup ([5e74792](https://github.com/formatjs/formatjs/commit/5e74792)) ### BREAKING CHANGES * **@formatjs/intl-relativetimeformat:** Language aliases are now built in so there is no need to explicitly include it. This provides correctness across our polyfills # [0.7.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.6.1...@formatjs/intl-utils@0.7.0) (2019-08-29) ### Features * **@formatjs/intl-utils:** modify diff calculation ([224ac73](https://github.com/formatjs/formatjs/commit/224ac73)) ## [0.6.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.6.0...@formatjs/intl-utils@0.6.1) (2019-08-21) ### Bug Fixes * **intl-utils:** upgrade date-fns to v2 ([3758c52](https://github.com/formatjs/formatjs/commit/3758c52)) # [0.6.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.5.7...@formatjs/intl-utils@0.6.0) (2019-08-19) ### Bug Fixes * **@formatjs/intl-utils:** change default quarter to false in selectUnit ([dadab10](https://github.com/formatjs/formatjs/commit/dadab10)) * **@formatjs/intl-utils:** rm dependency on @formatjs/intl-relativetimeformat ([1cd6e93](https://github.com/formatjs/formatjs/commit/1cd6e93)) ### Features * **@formatjs/intl-untils:** add locale-lookup ([5886f16](https://github.com/formatjs/formatjs/commit/5886f16)) * **formatjs-extract-cldr-data:** fix unit extraction ([7e54a0b](https://github.com/formatjs/formatjs/commit/7e54a0b)) ## [0.5.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.5.6...@formatjs/intl-utils@0.5.7) (2019-08-16) **Note:** Version bump only for package @formatjs/intl-utils ## [0.5.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.5.5...@formatjs/intl-utils@0.5.6) (2019-08-16) **Note:** Version bump only for package @formatjs/intl-utils ## [0.5.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.5.4...@formatjs/intl-utils@0.5.5) (2019-08-12) **Note:** Version bump only for package @formatjs/intl-utils ## [0.5.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.5.3...@formatjs/intl-utils@0.5.4) (2019-08-11) ### Bug Fixes * generate lib instead of mjs ([05e63b3](https://github.com/formatjs/formatjs/commit/05e63b3)) ## [0.5.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.5.2...@formatjs/intl-utils@0.5.3) (2019-08-10) **Note:** Version bump only for package @formatjs/intl-utils ## [0.5.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.5.1...@formatjs/intl-utils@0.5.2) (2019-08-09) **Note:** Version bump only for package @formatjs/intl-utils ## [0.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.5.0...@formatjs/intl-utils@0.5.1) (2019-08-06) ### Bug Fixes * generate .mjs instead of lib ([0c34ee4](https://github.com/formatjs/formatjs/commit/0c34ee4)) # [0.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.4.4...@formatjs/intl-utils@0.5.0) (2019-08-02) ### Features * **@formatjs/intl-utils:** allow passing in partial thresholds to selectUnit ([6b5e556](https://github.com/formatjs/formatjs/commit/6b5e556)) * **@formatjs/intl-utils:** support intl-utils toggle quarter selection ([#138](https://github.com/formatjs/formatjs/issues/138)) ([cdf3ffe](https://github.com/formatjs/formatjs/commit/cdf3ffe)) ## [0.4.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.4.3...@formatjs/intl-utils@0.4.4) (2019-07-29) **Note:** Version bump only for package @formatjs/intl-utils ## [0.4.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.4.2...@formatjs/intl-utils@0.4.3) (2019-07-25) **Note:** Version bump only for package @formatjs/intl-utils ## [0.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.4.1...@formatjs/intl-utils@0.4.2) (2019-07-23) **Note:** Version bump only for package @formatjs/intl-utils ## [0.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.4.0...@formatjs/intl-utils@0.4.1) (2019-07-12) **Note:** Version bump only for package @formatjs/intl-utils # [0.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.3.4...@formatjs/intl-utils@0.4.0) (2019-07-12) ### Features - **intl-messageformat-parser:** add printer to print AST to string ([ec0eaa2](https://github.com/formatjs/formatjs/commit/ec0eaa2)) ## [0.3.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.3.3...@formatjs/intl-utils@0.3.4) (2019-07-09) **Note:** Version bump only for package @formatjs/intl-utils ## [0.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.3.2...@formatjs/intl-utils@0.3.3) (2019-07-08) **Note:** Version bump only for package @formatjs/intl-utils ## [0.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.3.1...@formatjs/intl-utils@0.3.2) (2019-06-28) **Note:** Version bump only for package @formatjs/intl-utils ## [0.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.3.0...@formatjs/intl-utils@0.3.1) (2019-07-02) **Note:** Version bump only for package @formatjs/intl-utils # [0.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.2.1...@formatjs/intl-utils@0.3.0) (2019-06-27) ### Features - **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693)) ## [0.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@0.2.0...@formatjs/intl-utils@0.2.1) (2019-06-26) **Note:** Version bump only for package @formatjs/intl-utils # 0.2.0 (2019-06-27) ### Features - **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))