Releases: CodementorIO/redux-api-middleman
Releases · CodementorIO/redux-api-middleman
2.0.2
Patches
- Upgrade size-limit, add before gzipped case: 1f26d91
- Add size badge: 317531b
- Remove lodash, use object.omit instead: 15a3214
2.0.1
Patches
- Ignore log & temp file: 148edf6
- Update readme: b508ec6
- Passes error payload to afterError callback: 9037ea2
- Update afterError README: 406b0e4
- Assert error.data to be expected: b3363f0
2.0.0
Major
- only dispatch
errorType
for request/http related errors
Patch
- print out operational errors so it won't fail silently
- remove
jest
from dependency
- upgrade
babel
to v7.0.0
- add
standard
as linter
- rewrite test in the
jest
way
1.6.0
Minor Changes
- Stringify data for urlencoded content type: 2d027d1
- Add createRequestPromise test: 086d875
1.3.2
Merge branch 'allow-setting-headers-for-request'