Skip to content

Releases: keq-request/keq

v2.6.7

03 Jun 17:03
Compare
Choose a tag to compare

2.6.7 (2024-06-03)

Performance Improvements

  • rename clone to cloneBody (c008b50)

v2.6.6

03 Jun 16:48
Compare
Choose a tag to compare

2.6.6 (2024-06-03)

Bug Fixes

  • unable to package correctly in nuxt3 (b5ce266)

v2.6.5

03 Jun 15:22
Compare
Choose a tag to compare

2.6.5 (2024-06-03)

Bug Fixes

  • wrong typescript defination (b1bf5c2)

v2.6.4

02 Jun 09:37
Compare
Choose a tag to compare

2.6.4 (2024-06-02)

Bug Fixes

  • cannot find Buffer at browser (c165673)

v2.6.3

02 Jun 07:55
Compare
Choose a tag to compare

2.6.3 (2024-05-30)

Performance Improvements

  • human warn when set undefined query (e9695ab)
  • interface type could be extends through generics (62797e3)

v2.6.2

29 May 06:18
Compare
Choose a tag to compare

2.6.2 (2024-05-29)

Bug Fixes

  • retryDelay option setting is invaild (9bc07f8)

v2.6.1

28 May 04:01
Compare
Choose a tag to compare

2.6.1 (2024-05-28)

Bug Fixes

  • body should not be set when undefined (0674870)

v2.6.0

28 May 03:15
Compare
Choose a tag to compare

2.6.0 (2024-05-28)

Features

  • use .on(eventName, listener) add event listener (500ef14)

Bug Fixes

  • esm import syntax (c312146)
  • the body is undeifned when send plain/text request (ed24ba6)

v2.5.5

26 May 08:47
Compare
Choose a tag to compare

2.5.5 (2024-05-26)

Bug Fixes

  • avoid conflicts between flowController and timeout middleware (a075602)
  • retry timeout and flowControll not triggered (846c884)

v2.5.4

23 May 13:27
Compare
Choose a tag to compare

2.5.4 (2024-05-23)

Performance Improvements

  • retryOn and retryDelay support return Promise (398c262)