All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add auto complete for TypeScript.
- Add accepted, timeout, conflict and tooManyRequests method. (#8)
- Use named export to prevent interop.
- Use 'error' key instead of 'errors' for more flexibility.
- Can pass meta as second patameter for error response.
- Remove ignore lib but manualy publish.
- Remove ignore lib.
- Fix CI build.
- Move from babel to tsc.
- Move build script to before_script in travis.yml.
- Update example folder.
- Remove lib folder in gitignore.
- Move build script to before_script in travis.yml.
- Support TypeScript.
- Add CI.
- Use prettier.
- Add 2xx, 4xx test.
- Add accepted, timeout, conflict and tooManyRequests method.
- Upgrade to babel 7.
- Format JSON response by enhance Express response object.