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

breaking: Ground up rewrite. Migrate to functions from classes. #31

Merged
merged 49 commits into from Aug 28, 2021
Merged

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    750aff7 View commit details
    Browse the repository at this point in the history
  2. Start on new API.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    791376d View commit details
    Browse the repository at this point in the history
  3. Test bool.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    fff555c View commit details
    Browse the repository at this point in the history
  4. Test instance.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d84d34e View commit details
    Browse the repository at this point in the history
  5. Renamed predicatae to schema.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    917c46b View commit details
    Browse the repository at this point in the history
  6. Add number. Combine criteria.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    85adfea View commit details
    Browse the repository at this point in the history
  7. Add array.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    05f6cf7 View commit details
    Browse the repository at this point in the history
  8. Add state to criteria.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    f0b20f3 View commit details
    Browse the repository at this point in the history
  9. Add string.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    f332486 View commit details
    Browse the repository at this point in the history
  10. Major refactor.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    afddc60 View commit details
    Browse the repository at this point in the history
  11. Test null on primitives.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    51a426f View commit details
    Browse the repository at this point in the history
  12. Add date/regex tests.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    84d4135 View commit details
    Browse the repository at this point in the history
  13. Start on date.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    263791d View commit details
    Browse the repository at this point in the history
  14. Add date criteria.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c22f7c4 View commit details
    Browse the repository at this point in the history
  15. Add never types.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    3fd49bc View commit details
    Browse the repository at this point in the history
  16. Integrate packemon.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    173f428 View commit details
    Browse the repository at this point in the history
  17. Add func.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7acfe3e View commit details
    Browse the repository at this point in the history
  18. Add custom.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    afe85e0 View commit details
    Browse the repository at this point in the history
  19. Add tuple.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    a1a5783 View commit details
    Browse the repository at this point in the history
  20. Add shape.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    28f6bec View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d310cd0 View commit details
    Browse the repository at this point in the history
  22. Add union.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c7aa9b0 View commit details
    Browse the repository at this point in the history
  23. Move to root.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    3ddc6af View commit details
    Browse the repository at this point in the history
  24. Update imports.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    4b73f03 View commit details
    Browse the repository at this point in the history
  25. Export optimal.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    83526cd View commit details
    Browse the repository at this point in the history
  26. Update deps.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    df59089 View commit details
    Browse the repository at this point in the history
  27. Start on new tests.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    8f28867 View commit details
    Browse the repository at this point in the history
  28. Test instance.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7f26e7d View commit details
    Browse the repository at this point in the history
  29. Test regex/func.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c720f3a View commit details
    Browse the repository at this point in the history
  30. Test common. Remove snapshots.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    fda2c48 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ee99788 View commit details
    Browse the repository at this point in the history
  32. Test bool.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    3bd464c View commit details
    Browse the repository at this point in the history
  33. Start testing date.

    milesj committed May 27, 2021
    Configuration menu
    Copy the full SHA
    a60198e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Start on arrays.

    milesj committed May 28, 2021
    Configuration menu
    Copy the full SHA
    f08cd60 View commit details
    Browse the repository at this point in the history
  2. Allow custom error messages.

    milesj committed May 28, 2021
    Configuration menu
    Copy the full SHA
    369e109 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Test numbers.

    milesj committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    960fad5 View commit details
    Browse the repository at this point in the history
  2. Test object.

    milesj committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    db782a7 View commit details
    Browse the repository at this point in the history
  3. Test shapes.

    milesj committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    a94dae9 View commit details
    Browse the repository at this point in the history
  4. Test schemas. Redo func.

    milesj committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    1291860 View commit details
    Browse the repository at this point in the history
  5. Test blueprint.

    milesj committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    59f80be View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Test string and tuple.

    milesj committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    48fb51b View commit details
    Browse the repository at this point in the history
  2. Test predicates.

    milesj committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    5011851 View commit details
    Browse the repository at this point in the history
  3. Fix generic issues.

    milesj committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    03c6b0c View commit details
    Browse the repository at this point in the history
  4. Improve union types.

    milesj committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    24340ca View commit details
    Browse the repository at this point in the history
  5. Start testing union.

    milesj committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    bda9391 View commit details
    Browse the repository at this point in the history
  6. More union tests.

    milesj committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    4de36d6 View commit details
    Browse the repository at this point in the history
  7. Get build working.

    milesj committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    0180005 View commit details
    Browse the repository at this point in the history
  8. Fix build.

    milesj committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    ccd1b7d View commit details
    Browse the repository at this point in the history
  9. Drop 10.

    milesj committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    e8248d1 View commit details
    Browse the repository at this point in the history