Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

71 lines (45 loc) · 4.01 KB

0.6.0 (2021-09-07)

  • feat: improve action event handling performance (469b46f)
  • Bump path-parse from 1.0.6 to 1.0.7 (aaf3e28)

0.5.0 (2021-08-12)

  • 0.5.0 (bb1dd6a)
  • Bump handlebars from 4.7.6 to 4.7.7 (9d890ab)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (a14d401)
  • Bump ini from 1.3.5 to 1.3.8 (b208c6a)
  • Bump normalize-url from 4.5.0 to 4.5.1 (926d902)
  • Update README.md (b86753d)
  • feat(assistant): add applyAssistant method (171c1e1)

0.4.1 (2020-05-17)

0.4.0 (2020-05-16)

  • 0.4.0 (07f6959)
  • feat(onchange): add a previous state as a parameter of onChange callbacks (86d3264)
  • feat(types): infer type of action when action creators are passed to beforeAction / afterAction (efc29fa)

0.3.2 (2020-05-16)

  • 0.3.2 (38d72e3)
  • fix(types): fix types of the ofStatePart function (9543c80)

0.3.1 (2020-05-14)

BREAKING CHANGE

  • removed createAssistantEnhancer method