fixes
- [
031348a] - fix: add check for closed requests (#162) (zbrydon)
fixes
- [
f27be45] - fix: Add koa as peerDeps and fix the encoding option propagation (#160) (3imed-jaberi)
features
- [
9c18179] - feat: set name of middleware function to improve interop with monitoring tools (#159) (André Cruz <andremiguelcruz@msn.com>)
others
- [
664cd7c] - docs: fix usage for @koa/bodyparser v5 (#154) (狼叔 <i5ting@126.com>) - [
1eb0532] - chore: typo npm-url (fengmk2 <fengmk2@gmail.com>) - [
55783fc] - chore: add publishConfig access to public (fengmk2 <fengmk2@gmail.com>)
features
- [
b89581a] - feat: Re-create the module with TypeScript (#152) (Imed Jaberi <imed_jebari@hotmail.fr>)
fixes
- [
5a551b1] - fix: compatible extra semicolon on content-type header (#153) (fengmk2 <fengmk2@gmail.com>)
features
- [
a9a6476] - feat: Support scim json format (#151) (ask me anything :) <caryyu.tg@gmail.com>)
fixes
- [
4d931c6] - fix: revert html parser, use text directly (dead-horse <dead_horse@qq.com>)
others
- [
c02ec0c] - Update README.md (#149) (sgywzy <44345776+sgywzy@users.noreply.github.com>) - [
85b426f] - Recommend @koa/multer for multipart/form-data (#145) (Jim Fisher <jameshfisher@gmail.com>) - [
afecb1a] - Update Repo + Add Html Parser (#134) (imed jaberi <imed_jebari@hotmail.fr>) - [
ecc6ebf] - docs: fix broken npmjs link (#132) (Joel Colucci <joelcolucci@users.noreply.github.com>) - [
336b287] - Update README.md (haoxin <haoxinst@gmail.com>) - [
e02cb7d] - Update README.md (#125) (thaiworldgame <36978149+thaiworldgame@users.noreply.github.com>)
features
- [
705673d] - feat: support xml (#131) (TZ | 天猪 <atian25@qq.com>)
others
- [
6fd7e9c] - docs: add multipart tips (dead-horse <dead_horse@qq.com>) - [
57c0022] - Fix typo in README.md (#112) (Adrian Pascu <1521321+adipascu@users.noreply.github.com>)
others
- [
b270d5d] - deps: upgrade co-body (#104) (Haoliang Gao <sakura9515@gmail.com>) - [
d234345] - docs(readme): update opts encode -> encoding (#103) (Matthew Scragg <scragg@gmail.com>) - [
db193f5] - chore:replace indexOf with includes (#90) (coderzzp <coderzzp@gmail.com>)
- 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 co-body@3.1.0
- 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 co-body@1.1.0
- 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