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

Number validation should fail on NaN #8615

Merged
merged 6 commits into from
Nov 25, 2019
Merged

Number validation should fail on NaN #8615

merged 6 commits into from
Nov 25, 2019

Commits on Nov 20, 2019

  1. Number validation should fail on NaN

    ryanhamley committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    c2289d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Avoid Number.isNaN

    ryanhamley committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    74c85f3 View commit details
    Browse the repository at this point in the history
  2. Add runtime checks

    ryanhamley committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    23981b7 View commit details
    Browse the repository at this point in the history
  3. Add render and unit test

    ryanhamley committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    b3ff409 View commit details
    Browse the repository at this point in the history
  4. Remove not useful unit test

    ryanhamley committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    042888a View commit details
    Browse the repository at this point in the history
  5. Revert debug page change

    ryanhamley committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    ed59110 View commit details
    Browse the repository at this point in the history