Releases: python-ellar/ellar
Releases · python-ellar/ellar
0.2.0
What's Changed
- Project dependency fix by @eadwinCode in #29
- Python 3.6 support ends here
Full Changelog: 0.1.8...0.2.0
0.1.8
0.1.6
What's Changed
- package stats update by @eadwinCode in #17
- fixed static package type by @eadwinCode in #18
- Doc Preparation by @eadwinCode in #19
- Moved Configuration From File To Class Based by @eadwinCode in #21
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in #25
- CLI Commands And Basic Project Scaffolding by @eadwinCode in #20
- Quick-Start Doc by @eadwinCode in #27
CLI Commands
To scaffold ellar project
ellar create-project `project-name`
To scaffold ellar app
ellar create-module `app-name`
To start application server
ellar runserver
Full Changelog: 0.1.4...0.1.6
0.1.4
What's Changed
- Bump actions/setup-python from 3 to 4 by @dependabot in #8
- Starlette Class Renames by @eadwinCode in #9
- Common Package Testing by @eadwinCode in #10
- Constant Value All Caps by @eadwinCode in #11
- Openapi Module Test by @eadwinCode in #12
- Guard Module Testing by @eadwinCode in #13
- Configuration Module Test by @eadwinCode in #14
- App Test by @eadwinCode in #15
- AppFactory and TestClientFactory Test by @eadwinCode in #16
Full Changelog: 0.1.2...0.1.4
Version 0.1.2
What's Changed
- Refactored route operation functions @eadwinCode in #7
Version 0.1.0
First Release
- Pydantic integration
- DI Container
- Templating with Jinja2
- OpenAPI Documentation (Swagger and ReDoc)
- Controller (MVC)
- Guards (Authentications, roles and permissions)
- Modularization (eg: flask blueprint)
- Websocket support
- Session and Cookie support
- CORS, GZip, Static Files, Streaming responses
- Test client built on requests
- In-process background tasks.
- Startup and shutdown events.
- Application Events
New Contributors
- @eadwinCode made their first contribution in #6