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: Decode with iter by default #21

Merged
merged 7 commits into from
Nov 15, 2024

Commits on Nov 7, 2024

  1. feat: Decode with iter by default

    Decoding will now try using an iterator. If it results in a vector of length 1, then the single item is used otherwise it is treaded like a vector
    willemneal authored and gitbutler-client committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7d18b87 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 14, 2024

  1. Merge main into Lane

    willemneal authored and gitbutler-client committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    16f6df6 View commit details
    Browse the repository at this point in the history
  2. fix: iter test

    willemneal authored and gitbutler-client committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    dfeb68d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Apply suggestions from code review

    Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
    willemneal and leighmcculloch authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a6fdb64 View commit details
    Browse the repository at this point in the history
  2. fix: return a vec of JSON strings

    Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
    willemneal and leighmcculloch authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5743eba View commit details
    Browse the repository at this point in the history
  3. fix: result and tests

    willemneal authored and gitbutler-client committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    98b933d View commit details
    Browse the repository at this point in the history