-
Package.json: bump grunt-contrib-jshint to 0.11.1
This fixes jshint/jshint#2922 Fixes #666
-
-
Number Parser: Remove unnecessary regular expression part
rxaviers committedDec 30, 2016
-
Revert "Revert "Build: Use relative path in inner modules""
This reverts commit 4e9a2f8.
rxaviers committedDec 14, 2016 -
-
Chore: Release to handle when there are no AUTHORS file change
rxaviers committedDec 14, 2016 -
-
Revert "Build: Use relative path in inner modules"
This reverts commit 66c1011.
rxaviers committedDec 14, 2016 -
Package.json: Add exclude patterns in "files" directives
Used negate expressions in package.json files entry, although it goes against recommendation below, because that's the only thing that worked. Read the github references below for details. > "The consequences are undefined" if you try to negate any of the files > entries (that is, "!foo.js"). Please don't. Use .npmignore. https://github.com/npm/npm/wiki/Files-and-Ignores#details Fixes #649 Closes #658
-
-
rxaviers committed
Dec 13, 2016 -
Globalize-compiler example: bump up globalize-compiler version
Ref #292 Ref #353 Ref globalizejs/globalize-compiler#20
-
Number Parser: Refactor for improved algorithm
- 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. Ref #292 Fixes #353 Fixes #46 Fixes #288 Fixes #443 Fixes #457 Fixes #492 Fixes #587 Fixes #644
rxaviers committedNov 21, 2016 -
rxaviers committed
Dec 13, 2016
-
Build: Use relative path in inner modules
Fixes cyclic dependency in ReactNative bundler. Fixes #654
-
-
rxaviers committed
Nov 8, 2016 -
-
Package.json: Drop cldr-data peer dependency
Fixes #638
rxaviers committed with Rafael Xavier de SouzaNov 7, 2016 Some checks were not successful
1 errored and 2 successful checks -
Package.json: Loose cldrjs range by using caret range
Fixes #642