Skip to content

Latest commit

 

History

History
166 lines (74 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

166 lines (74 loc) · 5.66 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.2 (2021-10-22)

Features

  • cjs: provide fetch and $fetch.raw exports (529af1c)

0.4.1 (2021-10-22)

Bug Fixes

  • avoid optional chaining for sake of webpack4 (38a75fe)

0.4.0 (2021-10-22)

⚠ BREAKING CHANGES

  • upgrade to node-fetch 3.x

Features

  • upgrade to node-fetch 3.x (ec51edf)

0.3.2 (2021-10-22)

Features

  • allow for custom response parser with parseResponse (#16) (463ced6)

Bug Fixes

  • check for globalThis before fallback to shims (#20) (b5c0c3b)

0.3.1 (2021-08-26)

Bug Fixes

0.3.0 (2021-08-25)

⚠ BREAKING CHANGES

  • use export condition to automatically use node-fetch

Features

  • direct export fetch implementation (65b27dd)
  • use export condition to automatically use node-fetch (b81082b)

0.2.0 (2021-04-06)

⚠ BREAKING CHANGES

  • don't inline dependencies

Features

  • don't inline dependencies (cf3578b)

0.1.8 (2021-02-22)

Bug Fixes

  • pkg: add top level node.d.ts (dcc1358)

0.1.7 (2021-02-19)

Features

  • support automatic json body for post requests (#7) (97d0987)

0.1.6 (2021-01-12)

0.1.5 (2021-01-04)

Bug Fixes

  • pkg: use same export names for incompatible tools (7fc450a)

0.1.4 (2020-12-16)

Features

  • update ufo to 0.5 (reducing bundle size) (837707d)

0.1.3 (2020-12-16)

Bug Fixes

0.1.2 (2020-12-16)

Bug Fixes

0.1.1 (2020-12-12)

Bug Fixes

  • preserve params when using baseURL (c3a63e2)

0.0.7 (2020-12-12)

0.0.6 (2020-12-12)

Bug Fixes

  • pkg: fix top level named exports (0b51462)

0.0.5 (2020-12-12)

Bug Fixes

  • pkg: fix ./node in exports (c6b27b7)

0.0.4 (2020-12-12)

Features

0.0.3 (2020-12-12)

Features

  • bundle ufo and destr for easier bundler integration (8f5ba88)
  • support $fetch.raw and improve docs (f9f70a5)

0.0.2 (2020-12-09)

Bug Fixes

  • pkg: add top level dist (6da17ca)

0.0.1 (2020-12-09)

Features

  • universal + isomorphic builds (a873702)