Skip to content

Releases: CodementorIO/redux-api-middleman

2.0.2

19 Jan 04:32
Compare
Choose a tag to compare

Patches

  • Upgrade size-limit, add before gzipped case: 1f26d91
  • Add size badge: 317531b
  • Remove lodash, use object.omit instead: 15a3214

2.0.1

25 Oct 03:54
Compare
Choose a tag to compare

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

06 Sep 09:01
Compare
Choose a tag to compare

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

14 May 09:12
Compare
Choose a tag to compare

Minor Changes

  • Stringify data for urlencoded content type: 2d027d1
  • Add createRequestPromise test: 086d875

1.3.2

15 Sep 07:55
Compare
Choose a tag to compare
Merge branch 'allow-setting-headers-for-request'