Skip to content

Releases: mtripg6666tdr/candyget

v0.5.6

04 Dec 07:12
032b2c2
Compare
Choose a tag to compare

Bug fix

  • disable fetch option in default - the fetch options was wrongly set to true in v0.5.5 (#241, #294)

Improvement

  • Make the package size smaller (#295)

Documentation

  • Show candy( 🍬 ) emoji correctly in README (#296)

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

16 Aug 05:38
d699695
Compare
Choose a tag to compare

Bug fix

  • Prevent from trying to decode an empty response body, which causes unexpected promise rejection (#216)

What's Changed

Read more

v0.5.4

29 Mar 08:10
d810007
Compare
Choose a tag to compare

Bug fixes

  • Avoid normalizing custom headers starting with X- (#114)

What's Changed

  • Update: bump @types/node from 18.14.2 to 18.14.6 by @dependabot in #96
  • Update: bump eslint from 8.34.0 to 8.35.0 by @dependabot in #95
  • Update: bump @swc/core from 1.3.36 to 1.3.37 by @dependabot in #97
  • Update: bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 by @dependabot in #98
  • Update: bump @typescript-eslint/parser from 5.53.0 to 5.54.0 by @dependabot in #99
  • Update: bump eslint from 8.35.0 to 8.36.0 by @dependabot in #100
  • Update: bump @swc/core from 1.3.37 to 1.3.39 by @dependabot in #101
  • Update: bump @types/node from 18.14.6 to 18.15.0 by @dependabot in #102
  • Update: bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.54.1 by @dependabot in #103
  • Update: bump @typescript-eslint/parser from 5.54.0 to 5.54.1 by @dependabot in #104
  • Update: bump @types/node from 18.15.0 to 18.15.3 by @dependabot in #105
  • Update: bump @swc/core from 1.3.39 to 1.3.41 by @dependabot in #106
  • Update: bump @typescript-eslint/parser from 5.54.1 to 5.55.0 by @dependabot in #107
  • Update: bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.55.0 by @dependabot in #108
  • Update: bump typescript from 4.9.5 to 5.0.2 by @dependabot in #109
  • Update: bump @typescript-eslint/parser from 5.55.0 to 5.56.0 by @dependabot in #110
  • Update: bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.56.0 by @dependabot in #111
  • Update: bump @types/node from 18.15.3 to 18.15.10 by @dependabot in #112
  • Update: bump @swc/core from 1.3.41 to 1.3.42 by @dependabot in #113
  • Fix: prevent from normalizing custom headers by @mtripg6666tdr in #114
  • Bump: package version to 0.5.4 by @mtripg6666tdr in #115

Full Changelog: v0.5.3...v0.5.4

v0.5.3

27 Feb 06:09
1719e09
Compare
Choose a tag to compare

Bug fixes

  • decompress multiple encodings #92

Chore

  • not all polyfills are supported #91

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

30 Jan 04:54
e7a17c3
Compare
Choose a tag to compare

Bug fixes

  • Don't forward auth headers to different protocol (#67)

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

26 Jan 14:48
0a1210b
Compare
Choose a tag to compare

Bug fixes

  • Correctly change the method from GET to POST when redirected. (#55)
  • Correctly delete the Host header when redirected. (#55)
  • Correctly return the empty string when the response body is null (#56)
  • Handle the error occurred while reading the body chunks (#57)

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Jan 14:11
0bcb4db
Compare
Choose a tag to compare

Features

  • (BREAKING) Use fetch API instead of http/https module (experimental)(#46)
    • the request and response properties in the result are now deprecated and typed as unknown.
    • this feature is disabled in default. Set fetch option to true or to an object including your favorite custom fetch API implementation to enable it.
    • See the repo's README for more info.

Bug fixes

  • Ensure destroying the request when the request body was a stream and emitted an error.

Changes

  • Changed the default HTTP request headers.
  • Changed the way to normalize HTTP header keys. (for instance, content-type will be normalized into Content-Type)

Misc

  • Improve on CI execution

What's Changed

Full Changelog: v0.4.4...v0.5.0

v0.4.4

25 Jan 10:11
2b9c25e
Compare
Choose a tag to compare

This version contains a fix of an incorrect packaging of 0.4.3. Sorry for inconvenience.

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

25 Jan 01:06
7199a62
Compare
Choose a tag to compare

⚠️ This version is deprecated; use v0.4.4 instead.

Bug fixes

  • fix the bug sending content-type header if body is not present (#48)

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

24 Jan 10:46
9206793
Compare
Choose a tag to compare

Bug fixes

  • Send options as http headers mistakenly(#45)

What's Changed

Full Changelog: v0.4.1...v0.4.2