Skip to content
This repository has been archived by the owner on May 20, 2018. It is now read-only.

Releases: qwtel/flurx

0.2.2

07 Apr 20:07
Compare
Choose a tag to compare
  • Removed implicit Success and Failure actions, because they would no longer be present after any instance method (like map or tap) has been called on an action.

e.g.

const action = Action.create();
const mappedAction = action.map(x => x + 1);

const store = new Store();
store.register(mappedAction, ...) // failed, because `mappedAction.Success` is undefined

0.2.1

06 Apr 18:04
Compare
Choose a tag to compare
update

0.2.0

06 Apr 16:07
Compare
Choose a tag to compare
update package.json