features
- [
2bc63a5
] - feat: Protect against prototype poisoning (#87) (fengmk2 <[email protected]>)
others
- [
9cce60c
] - test: run test on github action (#86) (fengmk2 <[email protected]>) - [
bc50a97
] - chore: add MIT license file (#79) (Peng Deng <[email protected]>)
features
- [
960986e
] - feat: throw one type error for json parse strict = true (#74) (Dmitriy Fedotov <[email protected]>)
others
- [
a847bfd
] - update: lib/json.js use const define len (#72) (YuLe <[email protected]>) - [
db6041c
] - chore: add codecov (#66) (Haoliang Gao <[email protected]>)
features
- [
ad6b34d
] - feat: use async function (#65) (Haoliang Gao <[email protected]>)
features
- [
f65a2d8
] - feat: impl text parser support encoding: false (#64) (killa <[email protected]>)
- fix: getOptions change to clone
- fix: ensure options are independent in each request
- feat: add options to support return raw body (#56)
- fix: ensure inflate in promise chain (#54)
- fix: keep compatibility with qs@4 (#53)
- dpes: [email protected]
- deps: upgrade qs to 6.x (#52)
- test: test on node 4, 5, 6
- feat: Added support for request body inflation
- feat: form parse support custom qs module
- Switch to Promises instead of thunks
- travis: add v2, v3, remove 0.11
- add custom types options
- use type-is
- Updated dependencies. Added qs options support via queryString option key. (@yanickrochon)
- upgrade [email protected], [email protected]
- json parser support strict mode
- Add JSON-LD as known JSON-Type (@vanthome)
- Fix content-length zero should not parse json
- Bump deps, qs@~2.3.3, raw-body@~1.3.3
- add support for
text/plain
- json support for
application/json-patch+json
,application/vnd.api+json
andapplication/csp-report