- Feat: Returning empty response on POST is now 201
- Chore: Update dependencies
- Feat: Added 403 Forbidden error in api handler
- Feat: Added details to both 400 and 403 errors
- Fix: cors origin header takes the wrong header
- Fix: errors can now have a custom status code in api handling
- Added middleware stack
- Added error handling stack
- Renamed
register
toinit
- Added CORS Allow-Methods
- Improved tests
- Improved types
- Fix broken v2.0.0
- Added CORS magic
- Updated packages
- Improved tests
- Improved types
- Fix default configuration
- Added todos in the readme
- Fix changelog
- Improved readme
- Added configuration options
- API Gateway support for more blacklist keys in response
- Init project
- Input validation through Joi
- API Gateway request proxy handler
- Register init functions
- Examples
- Tests