This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
Releases: andyearnshaw/Intl.js
Releases · andyearnshaw/Intl.js
ES3 compatibility fixes
This release provides fixes for some breaking issues in ES3 environments, and exposes the locale-data/
directories for NPM installs, so that the files within can be served to clients as required.
Now passing all relevant tests
This marks the release of the first version passing all relevant tests from the ECMAScript test262 suite. Also, thanks to @drewfish, the tests now run in Node.js and no longer depend on Python and v8 or SpiderMonkey. They can even be individually run in a web browser.
New recipe!
This release marks the update from CLDR 23.1 to 24. Aside from fixing #43, quite a few new locales have been introduced and there are many changes to the existing data.
Fix for date patterns with literal strings & createRegExpRestore()
First official release
This release marks the first published version of Intl.js on the NPM and Bower package registries.