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

Improve serializing by using experimental reverse schema under the hood #89

Merged
merged 25 commits into from
Sep 10, 2024

Commits on Aug 31, 2024

  1. Change rawTagged field alias

    DZakh committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    3241aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3ee8be View commit details
    Browse the repository at this point in the history
  3. Rename internal functions

    DZakh committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    5880c42 View commit details
    Browse the repository at this point in the history
  4. Use makePrimitiveSchema helper

    DZakh committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    cbb4bae View commit details
    Browse the repository at this point in the history
  5. Fix multiple reverse call

    DZakh committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    4ecbe1b View commit details
    Browse the repository at this point in the history
  6. Correct reverse for null

    DZakh committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    83b19c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d140b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41b8642 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    864c00a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15d383a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    09e419c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    0f941d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c987a87 View commit details
    Browse the repository at this point in the history
  3. Rename rawTagged to tagged

    DZakh committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    109397e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    f0238a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Remove serialize builder

    DZakh committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    454917f View commit details
    Browse the repository at this point in the history
  2. Rename internal functions

    DZakh committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b198996 View commit details
    Browse the repository at this point in the history
  3. Improve option serializing

    DZakh committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    09d926a View commit details
    Browse the repository at this point in the history
  4. Fix lint

    DZakh committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    3c8d86f View commit details
    Browse the repository at this point in the history
  5. Serialize union by type

    DZakh committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7fd5e13 View commit details
    Browse the repository at this point in the history
  6. Prepare repo for a release

    DZakh committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    39b79fe View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

    DZakh committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e321ec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0282bf View commit details
    Browse the repository at this point in the history
  4. Update documentation

    DZakh committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7f0a9f0 View commit details
    Browse the repository at this point in the history