Skip to content

Releases: python-ellar/ellar

0.2.0

24 Oct 07:34
9612e7c
Compare
Choose a tag to compare

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

24 Oct 06:16
71337b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.1.8

0.1.6

24 Oct 05:32
f087475
Compare
Choose a tag to compare

What's Changed

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

20 Aug 17:55
c395b5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.4

Version 0.1.2

25 Jun 15:18
fe8b658
Compare
Choose a tag to compare

What's Changed

Version 0.1.0

25 Jun 11:27
49705d3
Compare
Choose a tag to compare

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