updux/CHANGELOG.md

2.0 KiB

Changelog

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

4.0.0 (2022-08-30)

⚠ BREAKING CHANGES

  • Return to a JavaScript core (sorry Typescript).

3.0.0 (2021-05-02)

⚠ BREAKING CHANGES

  • Upgrade to Typescript 4.
  • Switch from 'updeep' to '@yanick/updeep'.

2.1.0 (2020-06-19)

Features

  • add support for subscriptions (9c45ee7)

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)

1.2.0 2019-11-06

- The middleware's 'getState' returns the local state of its updux,
    instead of the root state. Plus we add `getRootState` to get
    the root state.

1.1.0 2019-11-05

- Document mapping behavior of the '*' subdux.
- add subduxUpreducer.
- add sink mutations.

1.0.0 2019-11-04

- Pretty big rework.
- Better documentation.

0.2.0 2019-10-24

- Converted everything to Typescript.

0.1.0 2019-10-22

- Add 'actions' in the config.

0.0.1 2019-10-22

- Initial release.