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

Releases: debitoor/fetcher

v3.3.3

Choose a tag to compare

@hilleer hilleer released this 24 Mar 08:01
  • run npm audit fix
  • #26

v3.3.2

Choose a tag to compare

@hilleer hilleer released this 27 Oct 08:20
  • fix more dependencies.

v3.3.1

Choose a tag to compare

@hilleer hilleer released this 27 Oct 08:18
  • fix security warnings from package-lock.json.

Updates Dependencies

Choose a tag to compare

@JonathanMH JonathanMH released this 31 Jul 07:34

Resolves some cases where the debug dependency would show up as missing.

Fix bug with required redirect prop

Choose a tag to compare

@hilleer hilleer released this 22 Jul 09:01
  • Optional prop redirect was mistakenly set to required in d.ts. file.

Allow optional redirect option

Choose a tag to compare

@hilleer hilleer released this 17 Jul 12:27

It is now possible to supply an optional redirect property as also described in the node-fetch documentation.

Readme update, add debugger

Choose a tag to compare

@hilleer hilleer released this 17 Jul 09:23
  • Updated readme with explanation of url merger and example of how to keep path baseUrl.
  • Added debug module.

Refactoring, updates

Choose a tag to compare

@hilleer hilleer released this 25 Jun 09:05
  • Refactor source code from root --> lib/
  • Make module export a default Fetcher, so it can be required like const Fetcher = require('@debitoor/fetcher')
  • Update types to changes and improve them.

fix d.ts file, dependency issues

Choose a tag to compare

@hilleer hilleer released this 24 Jun 20:45
  • Fix bug with wrong order of .fetcher() arguments in d.ts file.
  • Fix security warnings with dependencies.

Refactoring and optimisation

Choose a tag to compare

@hilleer hilleer released this 16 May 07:49
  • It is no longer possible to provide an optional Error handler in options.
  • You can now overwrite the baseUrl that was given when initialising the new Fetcher class or skip it entirely, by providing it in the fetcher.fetch() call.
  • fetch() can now take an object of options or be provided as direct calls. Please see readme or type definitions file.