@jedmao/redux-mock-store
Version:
A mock store for testing your redux async action creators and middleware
87 lines (39 loc) • 2.93 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.0.5](https://github.com/jedmao/redux-mock-store/compare/v3.0.4...v3.0.5) (2020-03-31)
### Bug Fixes
* **package.json:** updated list of files to publish ([#61](https://github.com/jedmao/redux-mock-store/issues/61)) ([59290ed](https://github.com/jedmao/redux-mock-store/commit/59290edfc7dd24bff87a2c3bff573ff9b4a6b146))
## [3.0.4](https://github.com/jedmao/redux-mock-store/compare/v3.0.3...v3.0.4) (2020-03-31)
### Bug Fixes
* **tsconfig:** typo in tsconfig ([#53](https://github.com/jedmao/redux-mock-store/issues/53)) ([1162883](https://github.com/jedmao/redux-mock-store/commit/11628834e6389b7772c4e961bd40ce06f3302b80))
## [3.0.3](https://github.com/jedmao/redux-mock-store/compare/v3.0.2...v3.0.3) (2020-03-31)
### Bug Fixes
* build fixes ([#52](https://github.com/jedmao/redux-mock-store/issues/52)) ([1226c0c](https://github.com/jedmao/redux-mock-store/commit/1226c0ca2fb49d306115300455d0cea7f0938c26))
## [3.0.2](https://github.com/jedmao/redux-mock-store/compare/v3.0.1...v3.0.2) (2020-03-29)
### Bug Fixes
* npm audit fix ([d8a85a1](https://github.com/jedmao/redux-mock-store/commit/d8a85a17992781d0811cb42e8e747a771ae0aec4))
## [3.0.1](https://github.com/jedmao/redux-mock-store/compare/v3.0.0...v3.0.1) (2020-03-08)
### Bug Fixes
* properly type async thunk action in test for await ([#6](https://github.com/jedmao/redux-mock-store/issues/6)) ([90ffe97](https://github.com/jedmao/redux-mock-store/commit/90ffe97))
# [3.0.0](https://github.com/jedmao/redux-mock-store/compare/v2.0.3...v3.0.0) (2020-03-08)
### Features
* provide esm build ([68f884b](https://github.com/jedmao/redux-mock-store/commit/68f884b))
### BREAKING CHANGES
* no default export. use `import { configureMockStore } from
'@jedmao/redux-mock-store'`.
## [2.0.3](https://github.com/jedmao/redux-mock-store/compare/v2.0.2...v2.0.3) (2019-08-20)
### Bug Fixes
* upgrade dependencies ([1fde3c2](https://github.com/jedmao/redux-mock-store/commit/1fde3c2))
## [2.0.2](https://github.com/jedmao/redux-mock-store/compare/v2.0.1...v2.0.2) (2019-07-12)
### Bug Fixes
* move lodash.isfunction to a dependency ([1de31ff](https://github.com/jedmao/redux-mock-store/commit/1de31ff))
* use Redux.DeepPartial for state ([f4b8604](https://github.com/jedmao/redux-mock-store/commit/f4b8604))
## [2.0.1](https://github.com/jedmao/redux-mock-store/compare/v2.0.0...v2.0.1) (2019-07-12)
### Bug Fixes
* npm badge on readme ([9ecbfe9](https://github.com/jedmao/redux-mock-store/commit/9ecbfe9))
# [2.0.0](https://github.com/jedmao/redux-mock-store/compare/v1.5.0...v2.0.0) (2019-07-12)
### Features
* convert source into TypeScript ([f8eee52](https://github.com/jedmao/redux-mock-store/commit/f8eee52))
### BREAKING CHANGES
* initial @jedmao release