### Version 1.3.10
Update dev dependencies

### Version 1.3.9
Fix errors message and docs.

### Version 1.3.8
Change default cancel type postfix from `CANCELED` to `CANCELLED`

### Version 1.3.7
Dispatch `fulfill` even if worker was cancelled.

### Version 1.3.6
Update dependencies

### Version 1.3.5
Dispatch `start` with passed action.
For example to change the `loading` state, even for secific nested object.

[Example](https://github.com/shapkarin/shapkarin.me/blob/exmaple/src/Pages/Projects/reducers.js#L63)

### Version 1.3.4
remove default action for the `fulfill`

### Version 1.3.3
add `fulfill` and `cancel`

