Releases: python-ellar/ellar-cli
Releases · python-ellar/ellar-cli
0.1.8
What's Changed
- runserver --help fix by @eadwinCode in #24
- Bump uvicorn[standard] from 0.20.0 to 0.22.0 by @dependabot in #28
- Ellar package refactor fix by @eadwinCode in #25
Full Changelog: 0.1.6...0.1.8
0.1.6
What's Changed
- Redefined Package Dependencies and applied new module setup by @eadwinCode in #20
Full Changelog: 0.1.4...0.1.6
0.1.4
What's Changed
- ellar-cli support for uvicorn v0.20.0 by @eadwinCode in #17
Full Changelog: 0.1.2...0.1.4
0.1.2
What's Changed
- exposed global_guards on server.ellar by @eadwinCode in #15
- Bump uvicorn[standard] from 0.18.3 to 0.20.0 by @dependabot in #10
- Update flake8 requirement from <4.0.0,>=3.8.3 to >=3.8.3,<7.0.0 by @dependabot in #9
- Update pytest-cov requirement from <4.0.0,>=2.12.0 to >=2.12.0,<5.0.0 by @dependabot in #2
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: 0.1.0...0.1.2
0.1.0
0.0.8
What's Changed
- Scaffold file changes and documentation Updates by @eadwinCode in #12
Full Changelog: 0.0.6...0.0.8
0.0.6
What's Changed
- Added Ellar CLI docs
- Added Ellar New Project Command for complete project scaffold with required files by @eadwinCode in #7
ellar new my_project_name
for more details
ellar new --help
Full Changelog: 0.0.4...0.0.6
0.0.4
What's Changed
- Package dependency Fix by @eadwinCode in #6
New Contributors
- @eadwinCode made their first contribution in #6
Full Changelog: 0.0.2...0.0.4
0.0.2
What's Changed
- First release
- Added
create_project
command - Added
create_module
command - Added
runserver
command
Full Changelog: https://github.com/eadwinCode/ellar-cli/commits/0.0.2