redux-allow-deny
Version:
Redux middleware to execute a callback on action types using a allowlist or denylist approach
75 lines (39 loc) • 1.06 kB
Markdown
Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
# [2.1.1] - 2021-03-31
## Changed
* updated dependencies
# [2.1.0] - 2020-06-10
## Changed
* updated dependencies
# [2.0.0] - 2020-06-10
## Changed
* changed project name and project imports
# [1.1.4] - 2020-03-18
## Security
* updated packages to satisfy security warnings
# [1.1.3] - 2019-12-12
## Security
* updated packages to satisfy security warnings
# [1.1.2] - 2018-03-08
## Changed
* Corrected licence in package.json
# [1.1.1] - 2018-03-08
## Added
* LICENCE
# [1.1.0] - 2018-02-04
## Added
* Type definitions
# [1.0.1] - 2017-04-15
## Prettified code
# [1.0.0] - 2017-04-15[]
## Updated
* devDependencies
## Changed
* Default import removed. See README for import options
## Added
* yarn support
* `np` for publishing
* `CHANGELOG.md` & `PULL_REQUEST_TEMPLATE.md`