Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: BigInt Support #8382

Merged
merged 52 commits into from Sep 6, 2019
Merged

feat: BigInt Support #8382

merged 52 commits into from Sep 6, 2019

Commits on Apr 25, 2019

  1. Copy the full SHA
    1941be0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. (jest-matcher-utils) add ensureActualIsNumberOrBigInit

    Originally planned on just including biginit in ensurenumbers, but the only built in matcher that cant accept biginit would be toBeCloseTo
    JoshRosenstein committed Apr 26, 2019
    Copy the full SHA
    d39a157 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    16a2312 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3ccbce4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2995d69 View commit details
    Browse the repository at this point in the history
  5. bigDumbTypo

    JoshRosenstein committed Apr 26, 2019
    Copy the full SHA
    ff21d21 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4128975 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2488c34 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9c68a16 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    3e33530 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Copy the full SHA
    50b3bb4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cde6327 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8e0656a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d1e1b88 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1a2ff60 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0c594cf View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    JoshRosenstein committed Apr 29, 2019
    Copy the full SHA
    b122b02 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c640ec3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Update CHANGELOG.md

    JoshRosenstein committed Apr 30, 2019
    Copy the full SHA
    f5cec2a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5bf3acc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    be5cbb6 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    JoshRosenstein committed Apr 30, 2019
    Copy the full SHA
    8c1d55c View commit details
    Browse the repository at this point in the history
  5. :rage2: 🔤

    JoshRosenstein committed Apr 30, 2019
    Copy the full SHA
    3459c44 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    592d6f3 View commit details
    Browse the repository at this point in the history
  7. Revert "Checking if node6 breaks with lookup"

    This reverts commit 592d6f3.
    JoshRosenstein committed Apr 30, 2019
    Copy the full SHA
    c2c771a View commit details
    Browse the repository at this point in the history
  8. Revert "Add tests for bigint syntax"

    This reverts commit be5cbb6.
    JoshRosenstein committed Apr 30, 2019
    Copy the full SHA
    fb6655d View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    Co-Authored-By: JoshRosenstein <josh@joshuarosenstein.com>
    pedrottimark and JoshRosenstein committed Apr 30, 2019
    Copy the full SHA
    0646729 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Copy the full SHA
    9390440 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52d110d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5430e1a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    42e4e89 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    JoshRosenstein committed May 1, 2019
    Copy the full SHA
    67d1ad8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    aba6474 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Copy the full SHA
    b4884f5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Copy the full SHA
    c4aea47 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    JoshRosenstein committed May 13, 2019
    Copy the full SHA
    f2a5745 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Copy the full SHA
    99642be View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Copy the full SHA
    f0d73f8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0bdddfd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d22ed48 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    46d64de View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1d9e41a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e8d9411 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    615b2c4 View commit details
    Browse the repository at this point in the history
  8. move changelog entries

    SimenB committed Sep 1, 2019
    Copy the full SHA
    6164740 View commit details
    Browse the repository at this point in the history
  9. fix changelog formatting

    SimenB committed Sep 1, 2019
    Copy the full SHA
    ad3c832 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Copy the full SHA
    c30ae9c View commit details
    Browse the repository at this point in the history
  2. Update ExpectAPI.md

    pedrottimark committed Sep 3, 2019
    Copy the full SHA
    de4d01c View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    pedrottimark committed Sep 3, 2019
    Copy the full SHA
    0e2ef7d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Edit ExpectAPI.md

    pedrottimark committed Sep 4, 2019
    Copy the full SHA
    007919d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Copy the full SHA
    2d026e9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89b1538 View commit details
    Browse the repository at this point in the history