Skip to content

Releases: MasoniteFramework/masonite

v1.6.0

02 May 00:40
Compare
Choose a tag to compare

Change Log

  • Added new try block around the application
  • bumped version to Masonite 1.6

v1.5.1

12 Apr 03:37
533da64
Compare
Choose a tag to compare

Change Log

  • Added badge to readme
  • Updated sessions

v1.4.2

12 Apr 04:23
533da64
Compare
Choose a tag to compare
v1.4.2 Pre-release
Pre-release

test

Added Wiki and AppDocs.io support

14 Dec 15:15
533da64
Compare
Choose a tag to compare
Pre-release
v0.1.1

removed duplicate badge

v1.5

07 Apr 17:16
Compare
Choose a tag to compare
v1.5 Pre-release
Pre-release

Change Log

  • Added sessions

v1.4

08 Mar 22:40
ee89a4c
Compare
Choose a tag to compare

Change Log

  • Removed community files to set this repo up as the repo that is downloaded
  • Added queue configuration
  • Middleware is now resolved by the container
  • Changed badge image location
  • Added better docstrings to the default classes
  • Added a features tests directory
  • Added better docstrings
  • Removed unused import at the top of the user model
  • Changed the welcome template to show Masonite 1.4
  • Added CSRF protection

v1.3

16 Feb 21:59
31dd24c
Compare
Choose a tag to compare

Change Log

  • Removed community files to set this repo up as the repo that is downloaded
  • Added queue configuration
  • Middleware is now resolved by the container
  • Changed badge image location
  • Added better docstrings to the default classes
  • Added a features tests directory
  • Added better docstrings
  • Removed unused import at the top of the user model
  • Changed the welcome template to show Masonite 1.3

v1.2.0

06 Feb 02:57
c2a5330
Compare
Choose a tag to compare

Change Log

Major Architectural Change

  • 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

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.