This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
Fixes and Features
locale-data/json/*.json
files were removed from npm package.- Fixes #190: add support for single configuration option on
Intl.DataTimeFormat
- Fixes #152 & #179: Improving support for best bit on
Intl.DataTimeFormat
- Improvements for
Intl.NumberFormat.prototype.formatToParts()
(thanks to @zbraniecki) - Improvements for
Intl.DateTimeFormat.prototype.formatToParts()
(thanks to @zbraniecki ) - Improvements for
Intl.getCanonicalLocales()
(thanks to @zbraniecki ) - Fix
defineProperty
detection to work with Java7 Rhino JS (#207) (thanks to @xkr47) - Locale
en
is now the default locale instead ofar
. (thanks to @osela) - Improve reg exp restore mechanism, and new option to opt-out when needed. #201 (thanks to @mtlewis)
Other changes
- npm package clean up. the package is considerable smaller now. (issue #199)
- updated test262 (thanks to @zbraniecki )
Pending Fixes
- IE8 still report some issues via travis (issue #189)
- localeData fails to register if your app is using requirejs (issue #218)
Big thanks for everyone who helped by reporting bugs, issues, and testing this new version.