## Changelog

### 1.0.0
 - Replace thunks by promises
 - Update readme to mention request body parsing
 - Update copyright notices
 - Update dependencies
 - **[BC BREAK]** Remove body parser

### 0.0.7
 - Update co-body@1.0.0
 - Update node-oauth2-server to oauth2-server@2.2.2

### 0.0.6
 - Throw errors when passthroughErrors is enabled

### 0.0.5
 - Expose WWW-Authenticate headers correctly on koa response
 - Update error handler to support the new base error-inherited version of OAuth2Error
 - Update node-oauth2-server dependency from 2.1.1 to 2.2.1

### 0.0.4
 - Update node-oauth2-server dependency from 2.0 to 2.1.1

### 0.0.3
 - Update node-oauth2-server dependency from 2.x-RC to 2.0 stable

### 0.0.2
 - Add grant support

### 0.0.1
 - Add authorise support
