Releases: globalizejs/globalize
Releases · globalizejs/globalize
Version 1.2.1
- Modules:
- Use relative path in inner modules #655, it allows using Globalize with ReactNative bundler.
Version 1.2.0
- 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.
- Parser refactor for improved algorithm #656.
- Chore:
- Reduce npm package size by excluding garbage from publish #658