Skip to content

Releases: borderless/context

Remove Dependency

20 Mar 04:29
Compare
Choose a tag to compare

Fixed

  • Remove unused dependency leftover from 1.x

Abort Signals

13 Mar 23:09
Compare
Choose a tag to compare

Added

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

Remove `ValueContext` super class

12 Mar 20:56
Compare
Choose a tag to compare

Fixed

  • Reduce bytes/overhead by avoiding subclasses

Fully Type

12 Mar 20:51
Compare
Choose a tag to compare

Changed

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

Initial Release

12 Mar 04:07
Compare
Choose a tag to compare

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