Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Releases: andyearnshaw/Intl.js

ES3 compatibility fixes

30 Jan 10:38
Compare
Choose a tag to compare

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

10 Jan 22:38
Compare
Choose a tag to compare

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!

10 Jan 09:38
Compare
Choose a tag to compare

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()

18 Dec 09:27
Compare
Choose a tag to compare

This release mostly deals with issues #39 and #32, but also fixes the test262 automation that was broken when Intl became IntlPolyfill.

First official release

10 Dec 09:42
Compare
Choose a tag to compare

This release marks the first published version of Intl.js on the NPM and Bower package registries.