Releases: keyz/redux-worker-middleware
Releases · keyz/redux-worker-middleware
v1.0.0 (February 19, 2017)
1.0.0 (February 19, 2017)
- Bugfix: pass along all actions to next middleware in chain. (@jebeck in #5)
- It's now important to let the worker return messages that have the
meta.WebWorker
field removed. Since the returned data will be re-dispatched as a new action and be passed through all the middlewares, keeping themeta.WebWorker
field may cause an infinite loop.
- It's now important to let the worker return messages that have the
- Changed from
console.error
to (throw) real errors for incorrect configs (#6) - Let the middleware grab
dispatch
earlier (#6)