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

Implement a version of Schema types that are owned #170

Merged
merged 12 commits into from
Oct 14, 2024
Merged

Commits on Sep 6, 2024

  1. Implement a version of Schema types that are owned, using the heap, a…

    …nd can be
    
    punned or converted with existing typed or serialized schema types
    jamesmunns committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0788f30 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    1f87ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4197ca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    698a4e8 View commit details
    Browse the repository at this point in the history
  4. Expose some more funcs

    jamesmunns committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    035150b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    dbb730a View commit details
    Browse the repository at this point in the history
  2. Fix wrong impl

    jamesmunns committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1cd6e52 View commit details
    Browse the repository at this point in the history
  3. Impl Uuid v1 support

    jamesmunns committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    5c306fc View commit details
    Browse the repository at this point in the history
  4. Add support for chrono

    jamesmunns committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    e589a76 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. NonZero integer schemas

    jamesmunns committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8817efc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    83dafd4 View commit details
    Browse the repository at this point in the history
  2. Fix CI nits

    jamesmunns committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    60b7ff0 View commit details
    Browse the repository at this point in the history