New features:
- Added typings.d file for typescript users - #182
- New option
schemaOptions
to customize ajv - #187 - Support for multiple methods with the same handler - #224
- Added headers shortcut schema validation - #234
- Pass a payload to extend the server error - #236
- Added setSchemaCompiler - #253
- Log error stack trace - #264
Fixes
- Handle all possible cases of double listen - #215
- Avoid sending when an async function resolve in undefined - #241
- Define hooks before routes synchronously even in a async context - #270
- Fixes #263 - #265
Documentation