We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b538593 commit d836995Copy full SHA for d836995
History.md
@@ -1,4 +1,9 @@
1
2
+4.2.0 / 2017-03-21
3
+==================
4
+
5
+ * feat: ctx.request.rawBody to get raw request body (#70)
6
7
4.1.0 / 2017-03-02
8
==================
9
package.json
@@ -1,6 +1,6 @@
{
"name": "koa-bodyparser",
- "version": "4.1.0",
+ "version": "4.2.0",
"description": "a body parser for koa",
"main": "index.js",
"scripts": {
0 commit comments