Skip to content

Releases: n1ru4l/envelop

January 18, 2024

18 Jan 14:45
13bb9ff
Compare
Choose a tag to compare

@envelop/[email protected]

Minor Changes

  • #2142
    4c11530
    Thanks @ardatan! - - Ability to hide operationName and operationType
    in the labels
    • Count schema changes
    • Catch errors during the context creation

January 18, 2024

18 Jan 12:13
8476c3d
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

January 18, 2024

18 Jan 11:43
c7c5f5e
Compare
Choose a tag to compare

@envelop/[email protected]

Minor Changes

Patch Changes

December 12, 2023

12 Dec 10:05
a978d73
Compare
Choose a tag to compare

@envelop/[email protected]

Major Changes

  • aff6ea0
    Thanks @EmrysMyrddin! - Allow to provide the context type as a
    generic parameter

    Breaking Change: Since this introduces a typed context as a generic, TS will not always infer
    the correct type for you. If you have a custom Context type, please consider explicitly pass this
    context type as a generic argument:

    cont yoga = createYoga<CustomContext>({
      plugins: [
        useSentry<CustomContext>({
          //...
        })
      ]
    })

December 12, 2023

12 Dec 09:55
c8fbe64
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

  • 398564c
    Thanks @EmrysMyrddin! - Revert the addition of a typed context
    since it is a breaking change. This will be re-added in a major release.

December 11, 2023

11 Dec 15:41
c2798a3
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Minor Changes

  • #2105
    a2c7657
    Thanks @AdiRishi! - Change @cloudflare/workers-types to an optional
    peer dependency of the package

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Minor Changes

November 29, 2023

29 Nov 13:57
5c78fbf
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Minor Changes

Patch Changes

@envelop/[email protected]

Patch Changes

October 25, 2023

25 Oct 11:02
68ad0b6
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

October 17, 2023

17 Oct 22:29
2277ce2
Compare
Choose a tag to compare

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

  • 27c0f705
    Thanks @ardatan! - Downgrade graphql-jit to the latest working
    version

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Minor Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

@envelop/[email protected]

Patch Changes

October 16, 2023

16 Oct 08:11
f3cc96c
Compare
Choose a tag to compare

@envelop/[email protected]

Major Changes

  • #1986
    68e7a2a5
    Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
    is dropped.

  • #1939
    f7ef03c0
    Thanks @EmrysMyrddin! - The addPlugin function now insert the
    plugin in place in the plugin list, leading to a more predictable execution order.

    Breaking Change: This change alter the execution order of plugins. This can break some plugins
    that was relying on the fact the addPlugin allowed to push a plugin to the end of the plugin
    list.

    If it is the case, the best fix is to reorder the plugin list and ensure the plugin is in the
    right position, after all its dependencies.

Patch Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

Patch Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

@envelop/[email protected]

Major Changes

Patch Changes

@envelop/[email protected]

Major Changes

Patch Changes

  • #1999
    [aba3c5c6](https:...
Read more