Skip to content

v2.1.0

Compare
Choose a tag to compare
@ArrayZoneYour ArrayZoneYour released this 06 Feb 14:55
0a2a7eb
  • fix(useStore): the state return by useStore should be the syntax sugar of getState.
  • build(module): Remove the moudle field in package.json.
  • feat(getInitialState): Syntax suger for getInitialState.
  • fix(actions): Fix the issue that can't wait async action, make action thenable.
  • feat(getInitialState): Add Generic params.
  • chore(name): react-modelx => react-model
  • docs(ModelsProps): Update ModelsProps usage.
  • feat(cache): Add Cache middleware. Improve the usage.