Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1008 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 1008 Bytes

0.4.2

  • Better TypeScript types for FetchOptions - PR

0.4.1

  • Publish the src directory in the npm package to avoid warnings where the sourcemap in dist links to non-existent src files.

0.4.0

  • Rewrote in TypeScript! Types are published, so if you're using TypeScript you should be able to take advantage of them.
  • Breaking change: rather than call fetch.newClient, you now import { makeFetchClient } from 'so-fetch-js'.

0.3.0

  • remove polyfill version
  • Change responses to be SoFetchResponse and add .data and .isError onto them.

0.2.1

  • provide so-fetch-js/lib/polyfill that contains Object.assign and fetch polyfills

0.2.0

  • include a UMD build and use rollups for all builds - PR by @RusinovAnton
  • don't publish *.test.js files in the prod build - PR by @RusinovAnton

0.1.0

  • first release