Masonite v2.3.0 Release Notes

Release Date: 2020-01-11 // about 4 years ago
  • ๐Ÿ”„ 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