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

v1.0.0

Choose a tag to compare

@tgvashworth tgvashworth released this 08 Apr 15:12

<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)