Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Releases: tgvashworth/fetch-engine

v4.0.0

02 Jul 14:11
Compare
Choose a tag to compare

4.0.0 (2018-07-02)

BREAKING CHANGES

  • actually include the build library

v3.0.0

01 Jul 18:01
c0f445a
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2018-07-01)

Features

Breaking Changes

  • this change removes the internal implementation of fetch from the browser version of fetch-engine, meaning that it depends on window.fetch.

This also upgrades the typescript version (and associated modules), which leads to a huge number of changes.

  • test: check Response ok value on 500
  • chore: updgrade typescript, tslint etc
  • chore: remove unused dependies & files

(e23622d9)

v2.1.0

20 Mar 21:21
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-03-20)

Features

  • allow FetchGroup opts as arguments to fetchEngine (#85) (6abffe2b)

v2.0.0

01 Feb 21:56
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-02-01)

Breaking Changes

  • this actually publishes the module becuase aparrently
    that's actually important, it turns out.

    (a7c42b7e)

v1.1.0

09 Apr 13:26
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-04-09)

Features

v1.0.0

08 Apr 15:12
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-04-08)

Bug Fixes

  • remove pipefail that travis doesn't support (7b263917)
  • detect throwing call properly (92aa27cc)
  • catch errors in npm scripts (53d52b39)
  • use deepEqual for data structure tests (fc812b6d)
  • remove use of bodyUsed and other fixes (3449dd60)
  • Correct default properties for Response (b37f473b)
  • Body defaults to null (ba24412c)
  • usage and typings of group fetch (66322c65)
  • group fetch method takes FetchNext, not Fetch (1ffc6ce4)
  • lint error (7297e19e)

Features

  • export all primitives (d52d168f)
  • initial test against server (dfb4b6aa)
  • add stub implementations of browser and node fetch (695863ea)
  • add index file to export es5 (c5730fb8)
  • use isomorphic-fetch to make requests (75adce6c)
  • Implement Response class and tests (4bcfd1a5)
  • fetch engine calls plugin fetch (da19a4a3)
  • plugin getX optional promise (7ef5a498)