updux/CHANGELOG.md

70 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2020-06-13 17:35:59 +00:00
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
2022-08-30 20:17:47 +00:00
## 4.0.0 (2022-08-30)
### ⚠ BREAKING CHANGES
- Return to a JavaScript core (sorry Typescript).
2021-05-02 20:19:48 +00:00
## 3.0.0 (2021-05-02)
### ⚠ BREAKING CHANGES
2021-10-18 14:15:06 +00:00
- Upgrade to Typescript 4.
- Switch from 'updeep' to '@yanick/updeep'.
2020-06-19 23:30:17 +00:00
2021-05-02 20:19:48 +00:00
## [2.1.0](https://github.com/yanick/updux/compare/v2.0.0...v2.1.0) (2020-06-19)
2020-06-19 23:30:17 +00:00
### Features
2021-10-18 14:15:06 +00:00
- add support for subscriptions ([9c45ee7](https://github.com/yanick/updux/commit/9c45ee7efcb623defb9da5d01165fbad0e4424f9))
2020-06-19 23:30:17 +00:00
2020-06-13 17:35:59 +00:00
## [2.0.0](https://github.com/yanick/updux/compare/v1.2.0...v2.0.0) (2020-06-13)
### ⚠ BREAKING CHANGES
2021-10-18 14:15:06 +00:00
- use ts-action for action creation
- middleware support refined
2020-06-13 17:35:59 +00:00
### Features
2021-10-18 14:15:06 +00:00
- allow adding actionCreators via addAction() ([27ae46d](https://github.com/yanick/updux/commit/27ae46dbab289b27ea99aca149aaa3b7c90ee7d0))
- middleware support refined ([d90d721](https://github.com/yanick/updux/commit/d90d72148c2d4ba186a19650d961c64df5791c55))
- moving documentation to docsify ([fa55762](https://github.com/yanick/updux/commit/fa55762efcbd4db356150f6022fd62750adc27a9))
- use ts-action for action creation ([6349d72](https://github.com/yanick/updux/commit/6349d720b8aba4b443a7225d6a377c5c929a3021))
2020-06-13 17:35:59 +00:00
### Bug Fixes
2021-10-18 14:15:06 +00:00
- state is a PreloadedState<S> ([93bebc5](https://github.com/yanick/updux/commit/93bebc5acf193752aa6b4857507f05d52b1b7665))
2021-09-27 21:37:54 +00:00
## 1.2.0 2019-11-06
2021-10-18 14:15:06 +00:00
2021-09-27 21:37:54 +00:00
- 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
2021-10-18 14:15:06 +00:00
2021-09-27 21:37:54 +00:00
- Document mapping behavior of the '*' subdux.
- add subduxUpreducer.
- add sink mutations.
## 1.0.0 2019-11-04
2021-10-18 14:15:06 +00:00
2021-09-27 21:37:54 +00:00
- Pretty big rework.
- Better documentation.
## 0.2.0 2019-10-24
2021-10-18 14:15:06 +00:00
2021-09-27 21:37:54 +00:00
- Converted everything to Typescript.
## 0.1.0 2019-10-22
2021-10-18 14:15:06 +00:00
2021-09-27 21:37:54 +00:00
- Add 'actions' in the config.
## 0.0.1 2019-10-22
2021-10-18 14:15:06 +00:00
2021-09-27 21:37:54 +00:00
- Initial release.