Skip to content

Releases: webcodr/delivery-guy

7.0.0-alpha

01 Oct 18:05
Compare
Choose a tag to compare
7.0.0-alpha Pre-release
Pre-release

Breaking Changes

  • Complete rewrite and new API, see README file

4.1.0

11 Jun 09:42
Compare
Choose a tag to compare

Changes

  • The payload of deliverPostJson() will be automatically stringified
  • Add default content type for method deliverPostJson()
  • Add deep merge ability of RequestOptions for method deliverPostJson()

4.0.0

08 Jun 10:49
Compare
Choose a tag to compare

Breaking Changes

  • Rename start to request and end to response

Changes

  • Add shortcut method deliverPostJson()

3.2.0

08 Jun 10:49
Compare
Choose a tag to compare

Changes

  • Refactored interceptor handling
  • Added interceptor error

3.1.0

08 Jun 10:48
Compare
Choose a tag to compare

Changes

  • Added interceptors start and end

3.0.0

01 May 19:47
Compare
Choose a tag to compare

Changes

  • Moved from Webpack to Rollup for much smaller build sizes

2.0.3

29 Apr 15:42
Compare
Choose a tag to compare

Changes

  • Add typecheck of Error.captureStackTrace and improve branch coverage to 100%

2.0.2

28 Apr 21:36
Compare
Choose a tag to compare

Changes

  • Added typechecks with Flow

2.0.1

27 Apr 21:07
Compare
Choose a tag to compare

Changes

  • Fixed example in readme file

2.0.0

27 Apr 21:00
Compare
Choose a tag to compare

Breaking changes

  • Renamed property ReponseError.body to ResponseError.responseBody
  • Moved original functionality with parsed JSON response to method deliverJson(). deliver() will now return a Fetch API response object.