features
- [
9c18179
] - feat: set name of middleware function to improve interop with monitoring tools (#159) (André Cruz <[email protected]>)
others
- [
664cd7c
] - docs: fix usage for @koa/bodyparser v5 (#154) (狼叔 <[email protected]>) - [
1eb0532
] - chore: typo npm-url (fengmk2 <[email protected]>) - [
55783fc
] - chore: add publishConfig access to public (fengmk2 <[email protected]>)
features
- [
b89581a
] - feat: Re-create the module with TypeScript (#152) (Imed Jaberi <[email protected]>)
fixes
- [
5a551b1
] - fix: compatible extra semicolon on content-type header (#153) (fengmk2 <[email protected]>)
features
- [
a9a6476
] - feat: Support scim json format (#151) (ask me anything :) <[email protected]>)
fixes
- [
4d931c6
] - fix: revert html parser, use text directly (dead-horse <[email protected]>)
others
- [
c02ec0c
] - Update README.md (#149) (sgywzy <[email protected]>) - [
85b426f
] - Recommend @koa/multer for multipart/form-data (#145) (Jim Fisher <[email protected]>) - [
afecb1a
] - Update Repo + Add Html Parser (#134) (imed jaberi <[email protected]>) - [
ecc6ebf
] - docs: fix broken npmjs link (#132) (Joel Colucci <[email protected]>) - [
336b287
] - Update README.md (haoxin <[email protected]>) - [
e02cb7d
] - Update README.md (#125) (thaiworldgame <[email protected]>)
features
- [
705673d
] - feat: support xml (#131) (TZ | 天猪 <[email protected]>)
others
- [
6fd7e9c
] - docs: add multipart tips (dead-horse <[email protected]>) - [
57c0022
] - Fix typo in README.md (#112) (Adrian Pascu <[email protected]>)
others
- [
b270d5d
] - deps: upgrade co-body (#104) (Haoliang Gao <[email protected]>) - [
d234345
] - docs(readme): update opts encode -> encoding (#103) (Matthew Scragg <[email protected]>) - [
db193f5
] - chore:replace indexOf with includes (#90) (coderzzp <[email protected]>)
- feat: ctx.request.rawBody to get raw request body (#70)
- deps: upgrade co-body@5 (#64)
- refactor: use async function and support koa@2 (#62)
- feat: support dynamic disable body parser
- feat: support enableTypes and text (#44)
- deps: co-body@4
- chore: upgrade [email protected]
- deps: co-body@2, default to strict mode
- feat: support custom error handler
- Use an empty object instead of null, if no body is parsed
- bump [email protected]
- feat: custom json request detect
- fix: extend
- support extendTypes
- Merge pull request #8 from coderhaoxin/json-patch
- add support for json patch
- add example.js
- bump dependencies
- Merge pull request #7 from rudijs/develop
- Add support for JSON-API
- Merge pull request #6 from tunnckoCore/master
- resolve helapkg/hela#3 (comment)
- update readme
- refactor
- Merge pull request #2 from fengmk2/remove-co
- Remove co deps and improve coverage to 100%
- Merge pull request #1 from fengmk2/jsonLimit
- add jsonLimit options to fix json and form body limit confuse
- update package name, merge middleware into module.exports
- complete readme
- complete bodyparser and bodyparser.middleware
- Initial commit