This repository was archived by the owner on Sep 17, 2023. It is now read-only.
Release 6.0.0
New Features
- Add conventional
Contextual
value reference. - Add
applyContextTo()
value converter that resolves contextual reference. - Add
applyContextAfter()
value processor that resolves contextual references. - Add
applyContextUp()
updatable value converter that resolves contextual references.
Breaking Changes
- Change
ContextValueProvider
generic signature.
Value type is a first generic parameter now. - Simplify
ContextValueSpec
generic signature.
It no longer depends on a seed type. - Updatable context key accepts
AfterEvent
keeper of sources rather arbitraryEventKeeper
.