All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.13.0 (2020-09-11)
- add typing support to selectors, reducers and effects (cd368f3)
0.12.0 (2020-08-14)
- improve typescript support (794b3ad)
0.11.0 (2020-05-15)
- add check to avoid key conflicts when merging connectModel props (49b9147)
- add mergeProps and options args to connectModel (3a623f8)
0.10.1 (2020-05-14)
- ensure exceptions are properly logged on root saga (0c6e139)
0.10.0 (2020-03-30)
- fix issue with return value from effect action creators (3372091)
- add proxy check to blocking and normal saga effects args (a690e37)
0.9.0 (2020-03-01)
- fix blocking effects, which should not use yield star (06a42e3)
- add checks for undefined selectors/reducers/effects (0253755)
- add support to memoized selectors with array sintax (2b1609d), closes #3
- add support to reusing other model's actions for normalisation (07a4f7b)
- introduce blocking effects to model class (334d989)
0.8.0 (2020-02-13)
- allows the disabling of initialization checks in Model (c661132)
0.7.1 (2020-02-12)
- fix combineModelReducers check, which was moved to the model level (7e0e541)
0.7.0 (2020-02-06)
- check if an uncombined model is used when interfacing react (1a40797)
0.6.2 (2019-12-17)
- change model reducers to receive the payload straight away (6a249f6)
0.6.1 (2019-12-13)
- add action internals to action creator of subscriber model (45af66c)
0.6.0 (2019-12-13)
- bump redux-data-model version in redux-data-model-hooks package (d37f8e5)
- returns a promise when calling action creators (d5a57cb)
- fix examples and move shared dependencies to root package.json (164e3a8)
- package lock files from examples need to be tracked or lerna fails (f518b86)
- add action creators as the last argument in model effects (d0a21b4)
- make first argument of selectors their namespaced state (7c1f54e)
- major API revamp based on dva (e66c7c8)