Releases: timbuckley/redux-saga-test-engine
Releases · timbuckley/redux-saga-test-engine
2.1.0
2.0.3
2.0.2
2.0.1
Jumped the gun on previous 2.0.0
npm-publish (since retracted), had to publish as 2.0.1
instead
2.0.0
Lots of stuff happening!
While I am loathe to have breaking changes, we needed to accommodate flexibility in the effects being tracked in the top-level API. Future breaking changes should still be rare, as the exported object can be added to without breaking anything.
Breaking Changes
Top level API has changed. See README for usage details
If you have existing PUT
-collecting tests but want to upgrade, you should be able to replace your imports as follows
// old
const sagaTestEngine = require('redux-saga-test-engine')
// new
const { collectPuts: sagaTestEngine } = require('redux-saga-test-engine')
Improvements
- As mentioned, we made a re-write of the top-level API. #16
- We now ship an ES5 compatible version of the library. #20
- Exposes a
throwError
helper function to trigger errors within the tested sagas. #21 - Update README documentation for new API #24 & #25
Excellent work again by @hmillison and @CoryDanielson!
1.2.3
Thanks to contributors @CoryDanielson and @hmillison!
1.2.2
1.2.1
1.2.0
1.1.0
Published on NPM