Skip to content

Releases: MasoniteFramework/masonite

v1.1.0

01 Feb 20:55
4ed1e16
Compare
Choose a tag to compare

Change Log

  • Added a Service Container to load objects into a container

v1.0.0

30 Jan 03:49
Compare
Choose a tag to compare

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

17 Jan 19:53
cc5ac77
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

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

16 Jan 22:10
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Change Log

  • Added new middleware support
  • Craft command can now create models inside folders like: craft model Models/User

v0.3.1

13 Jan 16:26
85fbf79
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

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

10 Jan 03:39
4e32804
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

22 Dec 17:09
775ac03
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

testing appdocs