updux/CHANGELOG.md

1.0 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2020-06-13)

⚠ BREAKING CHANGES

  • use ts-action for action creation
  • middleware support refined

Features

  • allow adding actionCreators via addAction() (27ae46d)
  • middleware support refined (d90d721)
  • moving documentation to docsify (fa55762)
  • use ts-action for action creation (6349d72)

Bug Fixes

  • state is a PreloadedState (93bebc5)