[go: nahoru, domu]

Skip to content

Tags: matthieu-beteille/redux-data-fx

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from matthieu-beteille/new-api

feat(api): update effects shape, now an array of maps

v2.1.0

Toggle v2.1.0's commit message
feat(combineReducers): support redux combineReducers function

now export a combineReducers function behaving similarly as redux's one, so you can now return
effects from reducers combined together into a main one.

v2.0.0

Toggle v2.0.0's commit message
feat(fx): create fx function

you now need to use the function fx(newState, Effects) from the package to retu

BREAKING CHANGE: no more _fx field, now use fx function

v1.1.0

Toggle v1.1.0's commit message
feat(api): state is now newState

when returning fx and state from the reducer the state should be in the newState field

v1.0.0

Toggle v1.0.0's commit message
build(build): try npm deployment