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

Version Packages #59

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Version Packages #59

merged 1 commit into from
Mar 5, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 21, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

gql.tada@1.3.0

Minor Changes

  • Add CLI entrypoint gql-tada capable of generating the types file without the LSP running
    Submitted by @JoviDeCroock (See #58)
  • Add graphql.persisted() to create an API for persisted documents that omits a query’s definitions from the output bundle
    Submitted by @kitten (See #98)

Patch Changes

  • Allow graphql.scalar to resolve types for input objects
    Submitted by @kitten (See #97)
  • Address performance cliff for getDocumentNode inference and object-flattening utilities
    Submitted by @kitten (See #107)
  • Refactor type unwrapping for NON_NULL field types (with @_optional and @_required), input types, and variable types
    Submitted by @kitten (See #104)
  • ⚠️ Fix $tada not being exported, which can cause projects with isolatedModules: true set from building
    Submitted by @kitten (See #99)
  • ⚠️ Fix schema pathname resolution in CLI
    Submitted by @wyattades (See #82)
  • Add disableMasking flag to allow fragment masking to be disabled. When this is set to true on the setupSchema interface, fragments won’t be masked, which imitates the behaviour you’d see when adding @_unmask to every single one of your fragments. This is currently considered a preview feature
    Submitted by @kitten (See #69)
  • Keep the possible types that are iterated through narrow through repeated abstract type fragment spreads, and provide an optional __typename?: PossibleType field by default so the type checker has an exact property to merge types on
    Submitted by @kitten (See #102)
  • Handle inference of input object fields with missing defaultValue properties in introspection
    Submitted by @llllvvuu (See #101)
  • Add missing support for input object fields with default values. Previously, input object fields with default values were still marked as required in variables
    Submitted by @kitten (See #73)
  • Refactor several internal utility types
    Submitted by @kitten (See #68)
  • Updated dependencies (See #58)
    • @gql.tada/cli-utils@0.1.0

@gql.tada/cli-utils@0.1.0

Minor Changes

  • Add CLI entrypoint gql-tada capable of generating the types file without the LSP running
    Submitted by @JoviDeCroock (See #58)

@JoviDeCroock JoviDeCroock merged commit 0c383ac into main Mar 5, 2024
1 check passed
@JoviDeCroock JoviDeCroock deleted the changeset-release/main branch March 5, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants