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

Add struct utils for validating JSON objects with optional values #136

Merged
merged 14 commits into from
Oct 19, 2023

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    66bd785 View commit details
    Browse the repository at this point in the history
  2. Add type tests

    Mrtenz committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    beb5922 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    347543d View commit details
    Browse the repository at this point in the history
  4. Add test for coverage

    Mrtenz committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4a26919 View commit details
    Browse the repository at this point in the history
  5. Fix type of InferWithParams

    Mrtenz committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    506bb72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    678c603 View commit details
    Browse the repository at this point in the history
  7. Fix type test

    Mrtenz committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b5ecb4b View commit details
    Browse the repository at this point in the history
  8. Remove unused imports

    Mrtenz committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    12ad29c View commit details
    Browse the repository at this point in the history
  9. Rename test names

    Mrtenz committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c1663d4 View commit details
    Browse the repository at this point in the history
  10. Address review comments

    Mrtenz committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0c35eeb View commit details
    Browse the repository at this point in the history
  11. Update src/json.test.ts

    Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
    Mrtenz and mcmire committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    90a8a51 View commit details
    Browse the repository at this point in the history
  12. Update src/json.ts

    Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
    Mrtenz and mcmire committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    85f24ea View commit details
    Browse the repository at this point in the history
  13. Update snapshots

    Mrtenz committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    44cf78f View commit details
    Browse the repository at this point in the history
  14. Move some tests

    Mrtenz committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c15fea9 View commit details
    Browse the repository at this point in the history