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

Refine input parser #766

Merged
merged 12 commits into from
Apr 14, 2024
Merged

Refine input parser #766

merged 12 commits into from
Apr 14, 2024

Commits on Apr 14, 2024

  1. Refactor to parse inputs

    * Extract the logics to another file
    * Validate with zod
    kachick committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9f2bd97 View commit details
    Browse the repository at this point in the history
  2. Simplify needless splat

    kachick committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2cdafc3 View commit details
    Browse the repository at this point in the history
  3. Fix a typo

    kachick committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    812c359 View commit details
    Browse the repository at this point in the history
  4. Add validation tests

    kachick committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5905052 View commit details
    Browse the repository at this point in the history
  5. Add more schema tests

    kachick committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e3cf96a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3310b17 View commit details
    Browse the repository at this point in the history
  7. Fix examples in test

    kachick committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7490b0f View commit details
    Browse the repository at this point in the history
  8. Remove unused code

    kachick committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e006b26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2888ed7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    14cd9ce View commit details
    Browse the repository at this point in the history
  11. Extarct list validations

    kachick committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6d193ff View commit details
    Browse the repository at this point in the history
  12. Simplify to parse lists

    kachick committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a74d7d8 View commit details
    Browse the repository at this point in the history