Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Yamashou/gqlgenc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.3
Choose a base ref
...
head repository: Yamashou/gqlgenc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.31.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 19, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    96fc0db View commit details
  2. rm isTypNilable

    venkycode committed Feb 19, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a003277 View commit details
  3. Clarify test cases for slice JSON encoding with omitempty

    venkycode committed Feb 19, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f7855d6 View commit details

Commits on Feb 20, 2025

  1. feat: Add UserFragment and ProfileFragment

    Added UserFragment and ProfileFragment with related methods.
    Also added new fragments to the GraphQL query.
    Yamashou committed Feb 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8d1472a View commit details
  2. feat: Add test cases

    Added test cases for the mergeFieldsRecursively function. Covers basic merge
    cases and complex queries with fragments.
    Yamashou committed Feb 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dcd63ec View commit details
  3. Merge pull request #266 from Yamashou/fix-inline-gen

    fix: multiple fields
    Yamashou authored Feb 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6371a3a View commit details

Commits on Feb 23, 2025

  1. Merge pull request #265 from venkycode/fix/nil-arrary-converted-to-nu…

    …ll-instead-of-empty-array
    
    [Fix]nil slice converted to empty array instead of "null"
    Yamashou authored Feb 23, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    60aa42c View commit details
  2. chore: update version to 0.31.0

    This commit updates the version from 0.30.3 to 0.31.0. This includes new features
    and fixes.
    Yamashou committed Feb 23, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    be2281a View commit details
Loading