Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Releases: proc7ts/context-values

Release 4.7.1

25 Nov 07:32
Compare
Choose a tag to compare

Packaging

Release 4.7.0

10 Nov 07:54
Compare
Choose a tag to compare

Packaging

  • "type": "module"

Release 4.6.1

11 Oct 11:37
Compare
Choose a tag to compare

Changes

  • Use type imports.

Packaging

  • Exclude implementation-specific type definitions.

Release 4.6.0

11 Oct 06:45
Compare
Choose a tag to compare

New Features

  • Add ContextRegistry.seed() method to build mandatory context seeds provider originated from the registry.
  • ContextRegistry.append() accepts context seeds providers in addition to ContextRegistry instances.

Release 4.5.0

10 Oct 06:31
Compare
Choose a tag to compare

Improvements

  • Refactor context seeding implementation

Breaking Changes

  • ContextRegistry.newValue() and ContextRegistry.seedIn() no longer accept cache parameter and always cache context values.

Release 4.4.1

09 Oct 10:36
Compare
Choose a tag to compare

Dependencies

  • Upgrade to @proc7ts/push-iterator v2

Release 4.4.0

01 Oct 06:48
Compare
Choose a tag to compare

Dependencies

  • Replace @proc7ts/a-iterable with @proc7ts/push-iterator.

Release 4.3.0

26 Aug 05:34
Compare
Choose a tag to compare

Packaging

  • Declare exports in package.json.

Release 4.2.0

31 May 06:59
Compare
Choose a tag to compare

Dependencies

  • Switch to @proc7ts/call-thru v4.
  • Add @proc7ts/primitives dependency.

Release 4.1.0

19 May 05:09
Compare
Choose a tag to compare

Bundling

  • Transpile to ES2018