Permalink
Commits on Jan 7, 2017
Commits on Jan 6, 2017
Commits on Dec 31, 2016
  1. 1.2.2

    rxaviers committed Dec 31, 2016
  2. Number: Fix parser to test the whole grammar statement

    Fixes #660
    Ref #292
    Ref #353
    rxaviers committed Dec 30, 2016
Commits on Dec 14, 2016
  1. 1.2.1

    rxaviers committed Dec 14, 2016
  2. Revert "Revert "Build: Use relative path in inner modules""

    This reverts commit 4e9a2f8.
    rxaviers committed Dec 14, 2016
  3. 1.2.0

    rxaviers committed Dec 14, 2016
  4. 1.2.0-rc.2

    rxaviers committed Dec 14, 2016
  5. Runtime: Add missing removeLiteralQuotes reference

    Amend "Refactor for improved algorithm"
    
    Ref #292
    Ref #353
    rxaviers committed Dec 14, 2016
  6. Revert "Build: Use relative path in inner modules"

    This reverts commit 66c1011.
    rxaviers committed Dec 14, 2016
  7. 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 14, 2016
  8. Chore: Update .gitignore

    Ref #649
    Ref #658
    rxaviers committed Dec 13, 2016
  9. Chore: Remove .npmignore

    Ref #649
    Ref #658
    rxaviers committed Dec 14, 2016
Commits on Dec 13, 2016
  1. 1.2.0-rc.1

    rxaviers committed Dec 13, 2016
  2. AUTHORS: Update

    rxaviers committed Dec 13, 2016
  3. Docs: Update number module size

    Ref #353
    rxaviers committed Dec 13, 2016
  4. Globalize-compiler example: bump up globalize-compiler version

    rxaviers committed Dec 13, 2016
  5. 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 committed Nov 21, 2016
  6. README: Fix typo

    rxaviers committed Dec 13, 2016
Commits on Nov 28, 2016
  1. Build: Use relative path in inner modules

    Fixes cyclic dependency in ReactNative bundler.
    
    Fixes #654
    nikitaMe1nikov committed Nov 27, 2016
Commits on Nov 8, 2016
  1. 1.1.2

    rxaviers committed Nov 8, 2016
  2. 1.1.2-rc.1

    rxaviers committed Nov 8, 2016
  3. AUTHORS: Update

    rxaviers committed Nov 8, 2016
  4. Chore: Minor release fix

    rxaviers committed Nov 8, 2016
  5. Docs: Replace all gh/jquery occurrences with gh/globalizejs

    Ref #645
    rxaviers committed Nov 8, 2016
  6. Package.json: Drop cldr-data peer dependency

    Fixes #638
    rxaviers committed with Rafael Xavier de Souza Nov 7, 2016
  7. Package.json: Loose cldrjs range by using caret range

    Fixes #642
    rxaviers committed with Rafael Xavier de Souza Nov 7, 2016
Commits on May 16, 2016
Commits on Mar 8, 2016
  1. App Example: Include globalize-webpack-plugin devDependency

    rxaviers committed Mar 8, 2016
Commits on Feb 5, 2016
Commits on Feb 4, 2016
  1. 1.1.1

    rxaviers committed Feb 4, 2016