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

feat(stackable-versioned): Add support for type changes of fields #844

Merged
merged 15 commits into from
Sep 4, 2024

Commits on Aug 21, 2024

  1. chore: Update changelog

    Techassi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cbd3e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb395c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

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

Commits on Aug 26, 2024

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

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    b3f2cf0 View commit details
    Browse the repository at this point in the history
  2. fix: Update doc test

    Techassi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0bfa8da View commit details
    Browse the repository at this point in the history
  3. feat: Basic support for type changes

    The current implementation is very brittle and less
    than ideal. It currently only produces correct code
    in the struct definitions, but not in the From impls.
    For that reason, test files currently skip the From
    impl generation.
    
    I have a bunch of thoughts on how to improve the
    situation, but I would like to tackle these changes
    in follow-up commits.
    Techassi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3937f57 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    f149527 View commit details
    Browse the repository at this point in the history
  2. chore: Update changelog

    Techassi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5089e4d View commit details
    Browse the repository at this point in the history
  3. chore: Apply suggestions

    Co-authored-by: Nick <[email protected]>
    Techassi and NickLarsenNZ authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6774ab5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7147838 View commit details
    Browse the repository at this point in the history