Releases: redux-saga/saga-query
Releases · redux-saga/saga-query
update robodux
v5.0.6 fix: update robodux
use esm import for robodux
v5.0.5 fix: use esm import for robodux
add typeVersions back for compat
Closes: #19
inline redux-saga-creator
v5.0.3 chore: import cleanup
robodux esm patch
v5.0.2 fix: export robodux functions
robodux esm patch
v5.0.1 fix: esm robodux imports
new build system
This release marks an upgrade to our build system to better support esm and cjs alongside each other.
feat: ctx.actionFn
fetcher improvement
Added new middleware payloadMdw
to fetcher middleware to abort requests that don't have all the necessary slug values.
improved timer middleware
- improved
timer
middleware for more granular caching based on action payload - allow
createPipe
to accept a default saga for all endpoints