๐ Features
- *(config)* Added config file for managing project structure.
- *(routeset)* Added route set group creation logic.
- *(routeset)* Expanded created route methods to have content.
- *(routeset)* Added `responses` content creation.
- *(routeset)* Added `schema` content creation.
๐ Refactor
- *(route)* Simplified and expanded `Route` creation.
- *(routeset)* Simplified route creation.
- *(cors)* Refactored `parse_cors` method to return `strings`.
๐ Documentation
- *(responses)* Improved docstrings for responses module.
- *(crud)* Improved docstrings for CRUD classes.
- *(core)* Improved docstrings for `core` module.
- *(auth)* Improved docstrings for `auth` module.
๐จ Styling
- *(auth)* Updated dependencies to constants for usability.
๐งช Testing
- *(validation)* Added tests for missing validation methods.
- *(routes)* Add tests for `add-routeset` command.
- *(template)* Fixed broken template authentication tests.
- *(routeset)* Added tests for `add-routeset` command.
- *(route)* Added tests for expected `__init__` route output.
- *(routeset)* Fix broken tests and add some for coverage.
Build
- *(poetry)* Updated packages to latest.