Skip to content

v1.0.0 (February 19, 2017)

Latest
Compare
Choose a tag to compare
@keyz keyz released this 20 Feb 02:12

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 the meta.WebWorker field may cause an infinite loop.
  • Changed from console.error to (throw) real errors for incorrect configs (#6)
  • Let the middleware grab dispatch earlier (#6)