- HashableBaseModel allowing the __hash__ to be done via pydantic BaseModels.
Changed
- Update transformer model field and functions.
0.3.0
Not secure
Changed
- Deprecated kwargs and signature to give place to transformers. - Code cleaning and improved performance by applying pure pydantic models internally.
0.2.11
Not secure
Fixed
- When instantiating an `Esmerald` object, `app_name` should be passed instead of `name`.
0.2.10
Not secure
Changed
- Supporting Starlette version 0.22.0.
Fixed
- `max_age` from [SessionConfig](https://esmerald.dymmond.com/configurations/session.md) allowing negative numbers being passed and can be used for testing purposes or to clear a session.
0.2.9
Not secure
Fixed
- `redirect_slashes` property added to the main Esmerald object and settings options.
0.2.8
Not secure
Fixed
- `router` allowing validation for Options for CORS middleware.