Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 22, 2017
2 parents c0cd339 + 27698eb commit 9acf812
Show file tree
Hide file tree
Showing 7 changed files with 1,282 additions and 843 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
<a name="1.0.1"></a>
## [1.0.1](https://github.com/adonisjs/adonis-middleware/compare/v1.0.0...v1.0.1) (2017-06-22)



<a name="1.0.0"></a>
# 1.0.0 (2017-06-13)

Expand Down
19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,11 @@ This is the official body parser middleware for the Adonis framework. Apart from
> **NOTE**: Only support Adonis4.0 or greater

[![NPM Version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Appveyor][appveyor-image]][appveyor-url]
[![Coveralls][coveralls-image]][coveralls-url]

<img src="http://res.cloudinary.com/adonisjs/image/upload/q_100/v1497112678/adonis-purple_pzkmzt.svg" width="200px" align="right" hspace="30px" vspace="80px">

## Features
Expand Down Expand Up @@ -92,3 +97,17 @@ test.failing('2 + 2 is always 4, but add method returns 6', (assert) => {
```

Now since the `add` method has a bug, it will return `6` instead of `4`. But the build will pass.

[appveyor-image]: https://img.shields.io/appveyor/ci/thetutlage/adonis-bodyparser/master.svg?style=flat-square

[appveyor-url]: https://ci.appveyor.com/project/thetutlage/adonis-bodyparser

[npm-image]: https://img.shields.io/npm/v/@adonisjs/bodyparser.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@adonisjs/bodyparser

[travis-image]: https://img.shields.io/travis/adonisjs/adonis-bodyparser/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/adonisjs/adonis-bodyparser

[coveralls-image]: https://img.shields.io/coveralls/adonisjs/adonis-bodyparser/develop.svg?style=flat-square

[coveralls-url]: https://coveralls.io/github/adonisjs/adonis-bodyparser

0 comments on commit 9acf812

Please sign in to comment.