What's Changed
* Files System And File Mounting by eadwinCode in https://github.com/python-ellar/ellar/pull/147
* 100% test coverage by eadwinCode in https://github.com/python-ellar/ellar/pull/158
* App stack build on lifespan by eadwinCode in https://github.com/python-ellar/ellar/pull/159
* Added support for Swagger Doc dark theme https://github.com/python-ellar/ellar/pull/159/commits/e086b103f0a9e2b83f4acee4451255e79b88331c
python
...
document = document_builder.build_document(application)
module = OpenAPIDocumentModule.setup(
document=document,
docs_ui=SwaggerUI(dark_theme=True),
guards=[]
)
<img width="1726" alt="Screenshot 2023-12-30 at 8 25 30 PM" src="https://github.com/python-ellar/ellar/assets/16435810/77433ad9-89ca-4aa0-834a-bb8d15b40e84">
**Full Changelog**: https://github.com/python-ellar/ellar/compare/0.6.0...0.6.2