Releases: MasoniteFramework/masonite
Releases · MasoniteFramework/masonite
v2.3.2
Change Log
- Fixed issue with info command
v2.3.1
Change Log
- Fixed encoding of setup.py open file
v2.3.0
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
andGuard
class to improve breaking change support (will possibly be removed in 2.4+). - Adds
assertHasHeader
andassertNotHasHeader
- 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 intosrc/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
Change Log
- Added shebang to craft script
v2.2.2
Change Log
- Fixed artifact of 2.1
v2.2.1
Change Log
- Fixed python craft file
v2.2.0
Change Log
- New Masonite version
v2.1.1
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
Change Log
- Release for the 2.1 family line
v2.0.2
Change Log
- fixed incorrectly spelled redirection method.