# Changelog
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.0] - PROPOSED

### Add
- Allowing for multiple types for 1 parameter i.e `type: [String, Array...]`
- Checking for non-bodyparsed requests on POST/PUT


## [0.2.2] - PROPOSED

### Add
- Support deep objects

### Update
- Extend tests to cover more cases
- Extend documentation on README for examples and development guides


## [0.1.0] - 2016-06-22

### Added
- regex matching option
- type checking option
- Setting parameters in ctx of this.request.params
- Setting first checkers for method and extracting parameters
- mocha (co-mocha) and supertest test on example application
- Initial files, README, CHANGELOG, npm/git .ignore files, media and modules