This repository was archived by the owner on Sep 17, 2023. It is now read-only.
Releases: proc7ts/context-values
Releases · proc7ts/context-values
Release 4.7.1
Packaging
- Flatten type definitions with @proc7ts/rollup-plugin-flat-dts
Release 4.7.0
Packaging
"type": "module"
Release 4.6.1
Changes
- Use type imports.
Packaging
- Exclude implementation-specific type definitions.
Release 4.6.0
New Features
- Add
ContextRegistry.seed()
method to build mandatory context seeds provider originated from the registry. ContextRegistry.append()
accepts context seeds providers in addition toContextRegistry
instances.
Release 4.5.0
Improvements
- Refactor context seeding implementation
Breaking Changes
ContextRegistry.newValue()
andContextRegistry.seedIn()
no longer acceptcache
parameter and always cache context values.
Release 4.4.1
Dependencies
- Upgrade to
@proc7ts/push-iterator
v2
Release 4.4.0
Dependencies
- Replace
@proc7ts/a-iterable
with@proc7ts/push-iterator
.
Release 4.3.0
Packaging
- Declare exports in
package.json
.
Release 4.2.0
Dependencies
- Switch to
@proc7ts/call-thru
v4. - Add
@proc7ts/primitives
dependency.
Release 4.1.0
Bundling
- Transpile to ES2018