Skip to content

Latest commit

 

History

History
86 lines (32 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

86 lines (32 loc) · 2.38 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.6.1 (2019-12-13)

Bug Fixes

  • add action internals to action creator of subscriber model (45af66c)

0.6.0 (2019-12-13)

Bug Fixes

  • bump react-resux version in react-resux-hooks package (d37f8e5)

Features

  • returns a promise when calling action creators (d5a57cb)

0.5.0 (2019-11-16)

Bug Fixes

  • fix examples and move shared dependencies to root package.json (164e3a8)
  • package lock files from examples need to be tracked or lerna fails (f518b86)

0.3.2 (2019-09-26)

0.3.1 (2019-09-26)

0.3.0 (2019-09-26)

Features

  • add action creators as the last argument in model effects (d0a21b4)
  • make first argument of selectors their namespaced state (7c1f54e)

0.2.1 (2019-09-19)

0.2.0 (2019-09-18)

Features

  • major API revamp based on dva (e66c7c8)

0.1.0 (2019-08-08)

Bug Fixes

  • fix a couple of bugs in models and data classes (e0e8928)
  • fix json syntax error in release-it config (55718f7)

Features

  • add codebase and tests (b60256a)
  • make useModel default to models namespace (f3cd4aa)