Skip to content

Releases: MasoniteFramework/masonite

v2.3.2

01 Feb 00:22
Compare
Choose a tag to compare

Change Log

  • Fixed issue with info command

v2.3.1

18 Jan 13:17
e89779e
Compare
Choose a tag to compare

Change Log

  • Fixed encoding of setup.py open file

v2.3.0

11 Jan 16:07
Compare
Choose a tag to compare

Change Log

Added

  • Added webpack mix file
  • Added Responsable class.
  • Added Mails are able to be returned in controller
  • Added AuthenticationProvider
  • Added a container swap for the Auth and Guard class to improve breaking change support (will possibly be removed in 2.4+).
  • Adds assertHasHeader and assertNotHasHeader
  • Adds Download class
  • Added preset command
  • Improved app collection to be able to collect objects and not just classes
  • Added query_parse helper
  • Added way to send request params to a middleware
  • Added Mailable classes for sending email
  • Returning tuples sets status codes

Removed

  • Removed TestSuite class
  • Removed SassProvider
  • Removed ability for the container to hold modules
  • Removed all modules from the container

Changed

  • Dropped support for Python 3.4
  • Refactored Authentication and added Guard support
  • Moved the masonite folder into src/masonite
  • Changed how query strings are parsed
  • Auth command now pulls in routes from the Auth class
  • Changes the way the wsgi server returns responses

v2.2.3

19 Sep 01:44
ad8aedd
Compare
Choose a tag to compare

Change Log

  • Added shebang to craft script

v2.2.2

15 Aug 04:03
7260d6d
Compare
Choose a tag to compare

Change Log

  • Fixed artifact of 2.1

v2.2.1

05 Aug 14:12
4218aed
Compare
Choose a tag to compare

Change Log

  • Fixed python craft file

v2.2.0

15 Jun 12:51
Compare
Choose a tag to compare

Change Log

  • New Masonite version

v2.1.1

04 Jan 02:51
a0341f7
Compare
Choose a tag to compare

Change Log

  • Fixed several typos in config files and readme.
  • Removed DB_DRIVER .env variable since it is no longer used for 2.1 by default.

v2.1.0

01 Dec 12:49
7237695
Compare
Choose a tag to compare

Change Log

  • Release for the 2.1 family line

v2.0.2

17 Jul 15:46
3a34c22
Compare
Choose a tag to compare

Change Log

  • fixed incorrectly spelled redirection method.