Releases: dldc-packages/compose
Releases · dldc-packages/compose
Upgrade deps
- Upgrade deps caba853
Allow ContextStack to be extended
Breaking
ContextStack.createFrom()
has been removed, useContextStack.createEmpty().with()
instead
Commits
Fix ContextStack type
- Fix ContextStack type b45e16d
Fix types
Improve middleware type
Mark ContextStack as protected
Fix types path
- Fix types 314f8c8
Version 4
createContext take an object
- createContext now take an object with a name d535d5c
Remove async specific code and runMiddleware
Miid can now be sync (as well as async by returning promise)
The new composeAdvanced
let you normalize result data.