Skip to content

Latest commit

 

History

History
210 lines (70 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

210 lines (70 loc) · 6.14 KB

Change Log

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

0.13.0 (2020-09-11)

Features

  • add typing support to selectors, reducers and effects (cd368f3)

0.12.0 (2020-08-14)

Features

  • improve typescript support (794b3ad)

0.11.0 (2020-05-15)

Features

  • 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)

Bug Fixes

  • ensure exceptions are properly logged on root saga (0c6e139)

0.10.0 (2020-03-30)

Bug Fixes

  • fix issue with return value from effect action creators (3372091)

Features

  • add proxy check to blocking and normal saga effects args (a690e37)

0.9.0 (2020-03-01)

Bug Fixes

  • fix blocking effects, which should not use yield star (06a42e3)

Features

  • 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)

Features

  • allows the disabling of initialization checks in Model (c661132)

0.7.1 (2020-02-12)

Bug Fixes

  • fix combineModelReducers check, which was moved to the model level (7e0e541)

0.7.0 (2020-02-06)

Features

  • check if an uncombined model is used when interfacing react (1a40797)

0.6.2 (2019-12-17)

Bug Fixes

  • change model reducers to receive the payload straight away (6a249f6)

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 redux-data-model version in redux-data-model-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)