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

Latest commit

 

History

History
72 lines (43 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

72 lines (43 loc) · 2.08 KB

Unreleased

2.1.0

Note for all Flow users: all projects in adeira/universe now use implicit exact Flow types ({} for strict objects and { ... } for open objects, syntax {||} is deprecated). We do not expect any issues as long as you are using exact_by_default=true Flow option.

  • Do not retry for POST requests with FormData body (for example GraphQL uploads).

2.0.2

Dependency cross-fetch update:

-    "cross-fetch": "^3.1.0"
+    "cross-fetch": "^3.1.3"

2.0.1

Dependency updates:

   "dependencies": {
-    "@adeira/js": "^1.3.0",
-    "@babel/runtime": "^7.12.5",
-    "cross-fetch": "^3.0.6"
+    "@adeira/js": "^2.1.0",
+    "@babel/runtime": "^7.13.10",
+    "cross-fetch": "^3.1.0"
   },

2.0.0

Support for Node.js 12 has been removed. This package might continue working on older Node.js versions, however, it's highly recommended upgrading to Node.js version 14 or newer. For more details, see: https://nodejs.org/en/about/releases/, or discuss here: adeira/universe#1588

1.0.4

  • internal stylistic changes, dependencies bump, documentation updates

1.0.3

  • @babel/runtime added into dependencies

1.0.1

  • UserAgent header on server changed to @adeira/fetch (+https://github.com/adeira/universe; %s)

0.2.5.0

  • HTTP status code 422 (Unprocessable entity) is now considered to be non-transient (no retries)

0.2.4.0

  • @kiwicom/fetch now overwrites default User-Agent string with our custom value so you can easily identify it.

0.2.3.0

0.2.2.0

  • Flow types are now strict about inputs values

0.2.1.0

  • HTTP status code 400 is now considered to be non-transient (no retries)

0.2.0.0