* Added a Service Container * Beautified comments throughout the framework * Fixed the welcome template title * Completely removed the entire contents in the wsgi server and put them inside service providers * added more information to readme * removed unneeded payment config
1.1.0
Change Log
* Added a Service Container to load objects into a container
1.0.0
Not secure
Change Log
* Dropped support for Python 3.3. Minimum version is now Python 3.4 * Added secret key to .env-file * removed unused mail.py config file * added cryptographic requirement * added secret key * branded Masonite * added validation class for form validation.
0.3.3
Change Log
* Fixed the route compiling in the `start_response` function to better support redirecting * Fixed the location of the data to byte conversion to fix redirecting
0.3.2
Change Log
* Added new middleware support * Craft command can now create models inside folders like: `craft model Models/User`
0.3.1
Change Log
* Created a new package configuration file which allows you to add your virtual environment site_packages file for the new `craft publish` command. * Added support for subscribing and charging your users with the new Masonite Clerk official package. * Removed the libsass requirement to speed up creating new packages * Updated CONTRIBUTING file * Removed reference in README of supporting Python 3.2 * Added package documentation * added much better comments in the `bootstrap/start.py` file