Skip to content

v0.9.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@yelouafi yelouafi released this 20 Mar 23:36

A small patch with the following merges

  • Fixes 'yield* takeEvery causing 'not a function' error'. (issue #197)
  • Better error printing in non-browser environments (PR #194)
  • Added "jsnext:main" entry to package.json for ES2015 module import (PR #204)
  • Improved logging in sagaMonitor for takeEvery and takeLatest. Now if you do a yield takeEvery(...) (instead of yield* takeEvery(...)). You'll get a better logging (previously sagaMonitor logged 'anonymous')

yield-iter