npm redux-saga 0.14.1
v0.14.1

latest releases: 1.3.0, 1.2.3, 1.2.2...
7 years ago

Just a small patch version with:

  • join(...tasks) - this effect creator will accept array of tasks from now on, it's just a shorthand (more obvious one) for tasks.map(join)
  • take(array) - array can be now of mixed types - strings and predicate functions so this is possible now yield take(['ACTION_A', ac => ac.payload])
  • added TS typings for helpers' effect creators from the redux-saga/effects, that means takeEvery, takeLatest, throttle (thanks to @mcrawshaw)

Don't miss a new redux-saga release

NewReleases is sending notifications on new releases.