Skip to content

Releases: borderless/context

Remove Dependency

Choose a tag to compare

@blakeembrey blakeembrey released this 20 Mar 04:29

Fixed

  • Remove unused dependency leftover from 1.x

Abort Signals

Choose a tag to compare

@blakeembrey blakeembrey released this 13 Mar 23:09

Added

  • Add lightweight support for abort by using promise rejection as a communication channel

Remove `ValueContext` super class

Choose a tag to compare

@blakeembrey blakeembrey released this 12 Mar 20:56

Fixed

  • Reduce bytes/overhead by avoiding subclasses

Fully Type

Choose a tag to compare

@blakeembrey blakeembrey released this 12 Mar 20:51

Changed

  • Adopt the value and withValue subset from Go's context API
  • Allow arguments to specify requirements in Context<{ ... }>

Initial Release

Choose a tag to compare

@blakeembrey blakeembrey released this 12 Mar 04:07

Tiny, type-safe implementation of contextual storage and events influenced by Go's context module.