## 2.0.0 (2020-01-10)
* [braking changes] The `(store) =>` function of middleware will be run once

## 1.0.0 (2018-10-07)
* Added possibility to use many instances (complex usage)
```
import { createDynamicMiddlewares } from 'redux-dynamic-middlewares'
```

## 0.5.0 (2018-08-28)
* use full store

## 0.4.0 (2018-01-24)
* add LICENSE

## 0.3.0 (2018-01-07)
* Added error message when try to remove unexisted middleware ([@ali-master](https://github.com/ali-master))
* Updated build configuration

## 0.2.1 (2017-10-30)
* add tests

## 0.1.3 (2017-04-01)
* lib folder
