* Add [CORS support](README.mdCORS) with `CORSConfig` ([1](https://github.com/benkehoe/aws-lambda-api-event-utils/issues/1)).
* Add support for [`fastjsonschema`](https://horejsek.github.io/python-fastjsonschema/) ([#2](https://github.com/benkehoe/aws-lambda-api-event-utils/issues/2)).
* Install with the `fastjsonschema` extra.
* If both `fastjsonschema` and `jsonschema` are installed, `fastjsonschema` is used.
* `CompiledFastJSONSchema` class for compiled schemas.
* Rename `JSONSerializationOptions` to `JSONSerializationConfig` and `DatetimeSerializationOptions` to `DatetimeSerializationConfig`.
* Add `APIErrorResponse.from_exception()` replacing `APIErrorResponse.re_raise_as()`.
* Context object consolidated in a `DecoratorApiResponseConfig` object at `context.api_response`
* Add `get_default_headers()` method to `APIErrorResponse` for subclasses to override.