This repository was archived by the owner on May 23, 2019. It is now read-only.
Releases: formatjs/intl-messageformat
Releases · formatjs/intl-messageformat
Release 1.0.1
- updated CLDR data, specifically
- added
kabKabyle - added
roRomanian - added
skSlovak - added
srSerbian - added
ukUkrainian - added
xogSoga - added
zhChinese - added
zuZulu
- added
- tweaks to testing
Release 1.0.0
- refactored core
- updated CLDR data
- smoke tests
- nicer README
Initial Public Release
- Using
global.IntlMessageFormatwhen calling__addLocaleDate()to be able to aggregate and wrap without loosing the scope forIntlMessageFormatPR #55. This fixesreact-intl.