Changed
- Updated native requirements of the project.
- Removed old core management in favour of click.
- Deprecated `management` package in favour of `directives`. [83](https://github.com/dymmond/esmerald/pull/83).
- Deprecate `esmerald-admin`. Now you can simply call `esmerald` with the same directives
as before. Simplification via command line [86](https://github.com/dymmond/esmerald/pull/86).
- Example:
- `esmerald createproject <NAME>`
- `esmerald createpapp <NAME>`
Added
- Support for Ruff.
- New esmerald core admin management directives [83](https://github.com/dymmond/esmerald/pull/83).
- New directives client.
- Added rich for command line colours, tables.
- New native directives:
- [directives](https://esmerald.dev/directives/directives.md#list-available-directives).
- [runserver](https://esmerald.dev/directives/directives.md#runserver).
- [show_urls](https://esmerald.dev/directives/directives.md#show-urls).