Releases: LaunchPadLab/lp-requests
Releases · LaunchPadLab/lp-requests
v4.3.0
v4.2.2
What's Changed
- Upgrades isophormic-fetch to latest by @aalejandromr in #105
New Contributors
- @aalejandromr made their first contribution in #105
Full Changelog: v4.2.1...v4.2.2
v4.2.1
v4.2.0
Items Addressed
- Adds
parseJsonStrictly
option (default istrue
)- When set to true
true
, a response that throws an exception during parsing will returnnull
- When set to
false
, a response that throws an exception during parsing will return the text of the response body. This is especially helpful for responses that send a string (e.g., a token) that was not properly escaped (123AZY
vs."123AZY"
)
- When set to true
v4.1.9
v4.1.7
v4.1.0
v4.0.0
v3.6.0
v3.4.0
- Adds
auth
option tohttp
for using Basic Auth