Skip to content

v1.0.0

Compare
Choose a tag to compare
@mvbattan mvbattan released this 16 Jan 23:34
· 304 commits to master since this release
e20ef86

Summary

First official release !

Introduces basic operators:

  • Completers: completeReducer, completeTypes, completeState
  • Creators: createReducer, createTypes, createThunkAction
  • Effects: onDelete, onDeleteByIndex, onFailure, onLoaded, onLoading, onReadValue, onSetValue, onSuccess
  • Some basic Injections to customize baseThunkAction.

Check the docs for details.