Globalize Versions Save

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data

1.2.1

7 years ago
  • Modules:
    • Use relative path in inner modules #655, it allows using Globalize with ReactNative bundler.

1.2.0

7 years ago
  • Number:
    • Parser refactor for improved algorithm #656.
      • Correctly handles prefix and suffix literals #353.
      • Loose Matching: This implementation is now much closer to UTS#35 7.1.2 Loose Matching http://unicode.org/reports/tr35/#Loose_Matching and fixes all reported cases that are related to it, including #288.
      • Regression: Drop scientific notation parsing support, which wasn't documented anyway and shall be implemented by #533.
      • Fixes several reported (dup) issues: #46, #288, #443, #457, #492, #587, #644.
  • Chore:
    • Reduce npm package size by excluding garbage from publish #658

1.1.2

7 years ago
  • Package.json:
    • Drop cldr-data peer dependency #638
    • Loose cldrjs range by using caret range #642
  • Docs and example updates:
    • Replace all gh/jquery occurrences with gh/globalizejs #645
    • Fix broken link in the date-formatter doc #595
    • Include globalize-webpack-plugin devDependency