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 #33

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Version Packages #33

merged 1 commit into from
Jan 22, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 22, 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.1.0

Minor Changes

  • Support @_optional and @_required directives on fields overriding the field types.
    When used, @_required can turn a nullable type into a non-nullable, and @_optional
    can turn non-nullable fields into nullable ones. (See “Client-Controlled Nullability” in Graphcache for an example of a client implementing this.)
    Submitted by @kitten (See #32)
  • Add support for @_unmask directive on fragments causing the fragment type to not be masked. FragmentOf<> will return the full result type of fragments when they’re annotated with @_unmask and spreading these unmasked fragments into parent documents will use their full type
    Submitted by @kitten (See #31)

Patch Changes

  • Format TadaDocumentNode output’s third generic differently. The output of fragment definitions will now be more readable (e.g. { fragment: 'Name', on: 'Type', masked: true })
    Submitted by @kitten (See #31)
  • Improve performance of selection and variables inference
    Submitted by @kitten (See #35)
  • Improve performance of GraphQL document parser
    Submitted by @kitten (See #34)

@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 50e674f to e0b6fb2 Compare January 22, 2024 14:22
@kitten kitten merged commit b74251c into main Jan 22, 2024
1 check passed
@kitten kitten deleted the changeset-release/main branch January 22, 2024 15:28
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.

1 participant