saga-slice
Version:
Combines reducers, types, actions and sagas into 1 config file
46 lines (22 loc) • 2.02 kB
Markdown
# 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.
## 1.3.0 (2021-08-19)
### Features
* adding state types to create modules ([eef8b42](https://github.com/damusix/saga-slice/commit/eef8b4299ac2f3af2900b758296cbcd97c66848c))
* **slice:** add selector to slice; fix exports for react native ([fd898d3](https://github.com/damusix/saga-slice/commit/fd898d3b4b7eda1c44bbdd2d820cb847b39a2e18))
### Bug Fixes
* 🐛 Throw unhandled errors in reducers ([2e3f4b1](https://github.com/damusix/saga-slice/commit/2e3f4b1a5f044d5b6be59bb4e78c81a42069acb2))
* the generic types for create modules ([31ff9f9](https://github.com/damusix/saga-slice/commit/31ff9f9ecda067411a267026e33b3b4c288fa0a3))
* **build:** fix build process to support react native ([84b5289](https://github.com/damusix/saga-slice/commit/84b52894cd1b688be34c5a4950f0e4ffb93086be))
* **createmodule:** changed namedActions to an object ([5e3ff65](https://github.com/damusix/saga-slice/commit/5e3ff65e63dfe9116791d6ab8a39ff61e1c43558))
### [1.2.1](https://github.com/damusix/saga-slice/compare/v1.2.0...v1.2.1) (2020-09-01)
### Bug Fixes
* **build:** fix build process to support react native ([84b5289](https://github.com/damusix/saga-slice/commit/84b52894cd1b688be34c5a4950f0e4ffb93086be))
## 1.2.0 (2020-09-01)
### Features
* **slice:** add selector to slice; fix exports for react native ([fd898d3](https://github.com/damusix/saga-slice/commit/fd898d3b4b7eda1c44bbdd2d820cb847b39a2e18))
### Bug Fixes
* **createmodule:** changed namedActions to an object ([5e3ff65](https://github.com/damusix/saga-slice/commit/5e3ff65e63dfe9116791d6ab8a39ff61e1c43558))
### [1.1.2](https://github.com/damusix/saga-slice/compare/v1.1.1...v1.1.2) (2020-04-09)
### Bug Fixes
* **createmodule:** changed namedActions to an object ([5e3ff65](https://github.com/damusix/saga-slice/commit/5e3ff65e63dfe9116791d6ab8a39ff61e1c43558))