All Versions
51
Latest Version
Avg Release Cycle
50 days
Latest Release
1024 days ago

Changelog History
Page 2

  • v1.7.9 Changes

    February 05, 2022

    :bug: Bug fix(es)

    • Body json serialization condition fix. (1c90fa3), closes #123
  • v1.7.8 Changes

    January 30, 2022

    ⚡️ :arrow_up: Version update(s)

    • ⬆️ Bump dependencies and npm audit. (881d17a)

    :bug: Bug fix(es)

    • 🛠 Fix error for opaque responses. (bbb5912), closes #121
    • Preserve exotic json content types when strigifying body. (d51c17b), closes #122
  • v1.7.7 Changes

    December 13, 2021

    :bug: Bug fix(es)

    • 🛠 Fix errorType argument type. (5efd606), closes #118

    📚 :memo: Documentation update(s)

    • ⚡️ Update outdated badges. (f286481)
  • v1.7.6 Changes

    August 06, 2021

    ⚡️ :arrow_up: Version update(s)

    • ⬆️ Upgrade dependencies. (f62f977)

    :bug: Bug fix(es)

    • Prevent appending an extra ?/& for empty query strings. #114 (15464a8), closes #114

    📚 :memo: Documentation update(s)

    • ⚡️ Update readme badges. (b65878f)
  • v1.7.5 Changes

    June 30, 2021

    ⚡️ :arrow_up: Version update(s)

    • ⬆️ Bump find-my-way from 2.2.1 to 2.2.5 (687a999)
    • ⬆️ Bump handlebars from 4.7.6 to 4.7.7 (0cb2ac2)
    • ⬆️ Bump hosted-git-info from 2.8.8 to 2.8.9 (c862315)
    • ⬆️ Bump ini from 1.3.5 to 1.3.7 (79fd31f)
    • ⬆️ Bump lodash from 4.17.19 to 4.17.21 (fe66a14)
    • ⬆️ Bump node-notifier from 8.0.0 to 8.0.1 (43cd685)
    • ⬆️ Bump ws from 7.3.1 to 7.4.6 (d0f89f1)
    • ⬆️ Bump y18n from 4.0.0 to 4.0.1 (6d0fbdc)
    • ⬆️ Upgrade dependencies. (805fade)

    :bug: Bug fix(es)

    • Take into account the options argument headers when stringifying bo (23484fd), closes #75

    📚 :memo: Documentation update(s)

    • ⚡️ Update readme import section (5970e6d)
  • v1.7.4 Changes

    October 14, 2020

    :bug: Bug fix(es)

    • 🛠 Fix post with overloaded json content-type charset. (af48887)

    📚 :memo: Documentation update(s)

    • ⚡️ Update package size approximation. (2399419)
  • v1.7.3 Changes

    October 12, 2020

    ⚡️ :arrow_up: Version update(s)

    • ⬆️ Bump lodash from 4.17.14 to 4.17.19 (c5c255f)
    • ⬆️ Bump node-fetch from 2.6.0 to 2.6.1 (d536ba5)
    • ⬆️ Upgrade dependencies (0bb3235)

    :bug: Bug fix(es)

    • 👍 Allow custom charset with json body. (52d2caa), closes #90

    📚 :memo: Documentation update(s)

    • 🛠 Fix readme arry typo. (b465a4f)
    • 🛠 Fix readme bad chars. (12b7231)
    • Mention Deno in the readme. (b52847a)
  • v1.7.2 Changes

    April 13, 2020

    ⚡️ :arrow_up: Version update(s)

    • ⬆️ Bump acorn from 6.4.0 to 6.4.1 (24bc906)
    • ⬆️ Upgrade dependencies (76b32fd)

    :bug: Bug fix(es)

    • Prevent overriding content-type when passing body in http methods. (f6f9302), closes #75
  • v1.7.1 Changes

    January 25, 2020

    :bug: Bug fix(es)

    • 🛠 Fix crash on nested null formdata value. #68 (9c1adf0), closes #68

    📚 :memo: Documentation update(s)

    • ⚡️ Update broken readme link. (e115c63)
  • v1.7.0 Changes

    January 25, 2020

    ⚡️ :arrow_up: Version update(s)

    • ⬆️ Upgrade packages (a68d94e)

    :factory: New feature(s)

    • 👌 Support nested objects in formData. #68 (90d9555), closes #68