Releases: n1ru4l/envelop
January 24, 2024
@envelop/[email protected]
Patch Changes
January 18, 2024
January 18, 2024
@envelop/[email protected]
Minor Changes
January 18, 2024
@envelop/[email protected]
Patch Changes
January 18, 2024
December 12, 2023
@envelop/[email protected]
Major Changes
-
aff6ea0
Thanks @EmrysMyrddin! - Allow to provide the context type as a
generic parameterBreaking 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
@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
@envelop/[email protected]
Patch Changes
-
#2111
ee1b3c0
Thanks @klippx! - Fixes return type of shouldCacheResult -
4a1e50b
Thanks @EmrysMyrddin! - Do not cache response with a TTL equal
to 0, whatever API is used to define the TTL
@envelop/[email protected]
Minor Changes
- #2105
a2c7657
Thanks @AdiRishi! - Change @cloudflare/workers-types to an optional
peer dependency of the package
Patch Changes
- Updated dependencies
[ee1b3c0
,
4a1e50b
]:- @envelop/[email protected]
@envelop/[email protected]
Patch Changes
- Updated dependencies
[ee1b3c0
,
4a1e50b
]:- @envelop/[email protected]
@envelop/[email protected]
Minor Changes
- #2103
58d80ea
Thanks @EmrysMyrddin! - Allow to provide the context type as a
generic parameter
November 29, 2023
@envelop/[email protected]
Patch Changes
-
#2094
cafc43f
Thanks @EmrysMyrddin! - Run enabled once only in execution -
#2090
09a4bc1
Thanks @klippx! - Fix TTL being NaN when using@cacheControl
withoutmaxAge
argument.
@envelop/[email protected]
Minor Changes
Patch Changes
- Updated dependencies
[cafc43f
,
09a4bc1
]:- @envelop/[email protected]
@envelop/[email protected]
Patch Changes
- Updated dependencies
[cafc43f
,
09a4bc1
]:- @envelop/[email protected]
October 25, 2023
@envelop/[email protected]
Patch Changes
4183b275
Thanks @EmrysMyrddin! - Fix leak of cache metadata in the
result when cache is skipped.
@envelop/[email protected]
Patch Changes
-
4183b275
Thanks @EmrysMyrddin! - Fix leak of cache metadata in the
result when cache is skipped. -
Updated dependencies
[4183b275
]:- @envelop/[email protected]