Skip to content

Latest commit

 

History

History
795 lines (214 loc) · 20.3 KB

CHANGELOG.md

File metadata and controls

795 lines (214 loc) · 20.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.15.0 (2021-10-22)

Features

  • @formatjs/intl: add fallbackOnEmptyString option (#3201) (5c67c28)
  • @formatjs/intl: upgrade to TS 4.4 (8037bb2)

1.14.3 (2021-10-17)

Note: Version bump only for package @formatjs/intl

1.14.2 (2021-09-27)

Bug Fixes

  • @formatjs/intl: rm dep on @types/node (245301f)

1.14.1 (2021-08-21)

Bug Fixes

1.14.0 (2021-08-15)

Features

  • @formatjs/fast-memoize: remove unused Cache.has (#3102) (5e9a425)

1.13.5 (2021-08-06)

Note: Version bump only for package @formatjs/intl

1.13.4 (2021-07-24)

Note: Version bump only for package @formatjs/intl

1.13.3 (2021-07-23)

Note: Version bump only for package @formatjs/intl

1.13.2 (2021-06-26)

Note: Version bump only for package @formatjs/intl

1.13.1 (2021-06-21)

Note: Version bump only for package @formatjs/intl

1.13.0 (2021-06-09)

Features

  • @formatjs/intl: add numberingSystem to NUMBER_FORMAT_OPTIONS (#2953) (508c45d), closes #2952

1.12.1 (2021-06-05)

Note: Version bump only for package @formatjs/intl

1.12.0 (2021-06-05)

Features

  • @formatjs/intl: allow formatList & FormattedList to take in readonly array (#2950) (1d7896c)

1.11.3 (2021-06-04)

Note: Version bump only for package @formatjs/intl

1.11.2 (2021-06-01)

Note: Version bump only for package @formatjs/intl

1.11.1 (2021-05-23)

Note: Version bump only for package @formatjs/intl

1.11.0 (2021-05-20)

Features

  • @formatjs/intl: add intl.formatListToParts, fix #2901 (eb40bd3)

1.10.8 (2021-05-17)

Note: Version bump only for package @formatjs/intl

1.10.7 (2021-05-14)

Note: Version bump only for package @formatjs/intl

1.10.6 (2021-05-10)

Note: Version bump only for package @formatjs/intl

1.10.5 (2021-05-02)

Note: Version bump only for package @formatjs/intl

1.10.4 (2021-05-02)

Note: Version bump only for package @formatjs/intl

1.10.3 (2021-04-26)

Note: Version bump only for package @formatjs/intl

1.10.2 (2021-04-26)

Note: Version bump only for package @formatjs/intl

1.10.1 (2021-04-26)

Bug Fixes

  • @formatjs/intl: fix fast-memoize import (2738741)
  • @formatjs/intl: use fast-memoize esm fork (d1a4509)

1.10.0 (2021-04-21)

Bug Fixes

  • @formatjs/intl: make IntlShape generic default to string, fix #2821 (08d48f2)

Features

  • @formatjs/intl: rename OptionalIntlConfig to IntlConfig and IntlConfig to ResolvedIntlConfig (4a3dd6e)

1.9.8 (2021-04-12)

Note: Version bump only for package @formatjs/intl

1.9.7 (2021-04-04)

Note: Version bump only for package @formatjs/intl

1.9.6 (2021-04-03)

Note: Version bump only for package @formatjs/intl

1.9.5 (2021-03-30)

Bug Fixes

  • @formatjs/intl: add more details to missing ID message (506779b), closes #1059

1.9.4 (2021-03-30)

Note: Version bump only for package @formatjs/intl

1.9.3 (2021-03-28)

Note: Version bump only for package @formatjs/intl

1.9.2 (2021-03-28)

Note: Version bump only for package @formatjs/intl

1.9.1 (2021-03-27)

Bug Fixes

  • @formatjs/intl: fix missing dep (34a86ba)

1.9.0 (2021-03-27)

Features

  • @formatjs/intl: switch parser to @formatjs/icu-messageformat-parser (6x faster) (4362bc5)

1.8.5 (2021-03-26)

Note: Version bump only for package @formatjs/intl

1.8.4 (2021-03-17)

Bug Fixes

  • @formatjs/intl: trim down dependencies thanks to TS4.2 (31b7809)

1.8.3 (2021-03-15)

Note: Version bump only for package @formatjs/intl

1.8.2 (2021-03-01)

Note: Version bump only for package @formatjs/intl

1.8.1 (2021-02-25)

Bug Fixes

1.8.0 (2021-02-25)

Features

  • @formatjs/intl: support TS4.2 (ba56b9a)

1.7.1 (2021-02-22)

Note: Version bump only for package @formatjs/intl

1.7.0 (2021-02-21)

Bug Fixes

  • @formatjs/intl: fix warning logic for AST, fix #2610 (04086bf)

Features

  • @formatjs/intl: rm __addMessages private method (4337cc5)

1.6.8 (2021-02-13)

Bug Fixes

1.6.7 (2021-02-09)

Bug Fixes

  • @formatjs/intl: fix __addMessages issues with references (f9266f9)

1.6.6 (2021-02-02)

Note: Version bump only for package @formatjs/intl

1.6.5 (2021-01-29)

Note: Version bump only for package @formatjs/intl

1.6.4 (2021-01-27)

Note: Version bump only for package @formatjs/intl

1.6.3 (2021-01-26)

Note: Version bump only for package @formatjs/intl

1.6.2 (2021-01-25)

Note: Version bump only for package @formatjs/intl

1.6.1 (2021-01-13)

Bug Fixes

  • @formatjs/intl: pass opts to getMessageFormat as well (7f4fa56)

1.6.0 (2021-01-12)

Features

  • @formatjs/intl: add private method __addMessages to add extra messages (82471d1)

1.5.1 (2021-01-08)

Note: Version bump only for package @formatjs/intl

1.5.0 (2021-01-06)

Features

  • @formatjs/intl: allow options to be pass into intl.formatMessage (e.g ignoreTag) (a51bd76)

1.4.16 (2021-01-05)

Note: Version bump only for package @formatjs/intl

1.4.15 (2021-01-02)

Note: Version bump only for package @formatjs/intl

1.4.14 (2021-01-01)

Note: Version bump only for package @formatjs/intl

1.4.13 (2020-12-18)

Note: Version bump only for package @formatjs/intl

1.4.12 (2020-12-17)

Note: Version bump only for package @formatjs/intl

1.4.11 (2020-12-16)

Bug Fixes

  • @formatjs/intl: don't set default hour/minute when (ccd7c90), closes #2410

1.4.10 (2020-11-27)

Note: Version bump only for package @formatjs/intl

1.4.9 (2020-11-26)

Note: Version bump only for package @formatjs/intl

1.4.8 (2020-11-21)

Bug Fixes

  • @formatjs/intl: only warn about non-AST messages during initialization, fix #2258 (36e40f4)

1.4.7 (2020-11-20)

Note: Version bump only for package @formatjs/intl

1.4.6 (2020-11-19)

Bug Fixes

  • @formatjs/intl: fix type decl for createIntl, fix #2320 (f129d60)

1.4.5 (2020-11-12)

Note: Version bump only for package @formatjs/intl

1.4.4 (2020-11-09)

Note: Version bump only for package @formatjs/intl

1.4.3 (2020-11-09)

Note: Version bump only for package @formatjs/intl

1.4.2 (2020-11-05)

Bug Fixes

  • @formatjs/intl: fix default config for formatDateTimeRange (60087d8)

1.4.1 (2020-11-05)

Note: Version bump only for package @formatjs/intl

1.4.0 (2020-11-05)

Bug Fixes

  • @formatjs/intl: lock down monorepo dep version (ecfc07e)

Features

  • @formatjs/intl: add formatDateTimeRange per stage-3 spec (b08ee67)

1.3.9 (2020-11-04)

Bug Fixes

  • react-intl: make defaultRichTextElements warning less disruptive (#2282) (d6cb50a)

1.3.8 (2020-10-26)

Note: Version bump only for package @formatjs/intl

1.3.7 (2020-10-25)

Note: Version bump only for package @formatjs/intl

1.3.6 (2020-10-10)

Note: Version bump only for package @formatjs/intl

1.3.5 (2020-10-08)

Note: Version bump only for package @formatjs/intl

1.3.4 (2020-10-01)

Note: Version bump only for package @formatjs/intl

1.3.3 (2020-09-25)

Note: Version bump only for package @formatjs/intl

1.3.2 (2020-09-18)

Bug Fixes

  • @formatjs/intl-displaynames: follow ES2021 spec and make type option required (#2103) (3e00688)

1.3.1 (2020-09-09)

Note: Version bump only for package @formatjs/intl

1.3.0 (2020-08-30)

Features

  • @formatjs/intl: TS to 4.0 (a334a8f)

1.2.2 (2020-08-28)

Note: Version bump only for package @formatjs/intl

1.2.1 (2020-08-25)

Note: Version bump only for package @formatjs/intl

1.2.0 (2020-08-23)

Features

1.1.0 (2020-08-22)

Bug Fixes

  • @formatjs/intl: force version bump (b213686)

Features

  • @formatjs/intl: split out imperative API to a new package (9292b1f)