Releases: MasoniteFramework/masonite
Releases · MasoniteFramework/masonite
v1.1.0
Change Log
- Added a Service Container to load objects into a container
v1.0.0
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.
v0.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
v0.3.2
Change Log
- Added new middleware support
- Craft command can now create models inside folders like:
craft model Models/User
v0.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
v0.3.0
Change Log
- Removed Peewee orm and replaced with Orator ORM
- Changed default wsgi server from gunicorn to waitress
- Added mysql and postgres drivers by default (for Orator ORM)
- Added a bootstrap folder and moved start.py into bootstrap/start.py
- Modularized app/start.py better
- Moved
kernal
folder into the cli and removed from repo - Added a migration system that is completely separate from Models.
v0.2.1
testing appdocs