v0.2.0
This release restructures Potcake for easy web app creation. Web apps can be created through two new objects, WebApp
and WebAppSettings
. Through them we provide the following features:
- Django-style routing
- Static file serving (with collection of files from multiple directories)
- Django-style URL reversing
- Middleware
- Settings management
What's Changed
- Add Features for Easy Web App Creation by @kyleingraham in #5
Full Changelog: v0.1.0...v0.2.0