All Versions
94
Latest Version
Avg Release Cycle
23 days
Latest Release
1544 days ago

Changelog History
Page 9

  • v2.0.9 Changes

    July 06, 2018

    ➕ Added

    • ➕ Added a possible default value to the request input
    • ➕ Added a way to do multiple values in the request.has() method
    • ➕ Added request route #203
    • ➕ Added a pop method to request to remove inputs
    • Added a url_from_controller method to request
    • ➕ Added a contain method to request to request
    • ➕ Added a is named route method to request
  • v2.0.8 Changes

    June 26, 2018

    ➕ Added

    • ➕ Added craft info command
    • ➕ Added the ability to add environments to the container and View Class

    🔄 Changed

    • 📦 Moved the route middleware to the top of the container so it can be appended onto by packages.

    🛠 Fixed

    • 🛠 Fixed what errors the status code provider is executed on (500 and 404)
  • v2.0.7 Changes

    June 24, 2018

    ➕ Added

    • ➕ Added warning message to craft serve command if applications are not correctly patched for 2.0
  • v2.0.6 Changes

    June 22, 2018

    🛠 Fixed

    • 🛠 Fixed windows throwing bad exceptions in the exception view
  • v2.0.5 Changes

    June 22, 2018

    ➕ Added

    • ➕ Added better exception handling for Masonite encrypted key signing
  • v2.0.4 Changes

    June 16, 2018

    🛠 Fixed

    • 🛠 Fixed circular cleo version.
  • v2.0.3 Changes

    June 16, 2018

    🛠 Fixed

    • 🛠 Fixed controller constructors not being resolved by the container
  • v2.0.2 Changes

    July 17, 2018

    🔄 Change Log

    • 🛠 fixed incorrectly spelled redirection method.
  • v2.0.1 Changes

    June 25, 2018

    ➕ Added

    • ➕ Added Tinker Command #116
    • ➕ Added Show Routes Command #117
    • ➕ Added Automatic Code Reloading to Serve Command #119
    • ➕ Added autoloading support #146
    • Adds a new get_request_method method to request class
    • ➕ Adds a new parameter to the all() method to get all the inputs without the framework internals
    • ➕ Added Masontite Scheduler
    • ➕ Added Database Seeding Support #168
    • ➕ Added static file helper #167
    • ➕ Added Password helper
    • ➕ Added dot notation to upload drivers
    • ➕ Added Status Code provider and support #165
    • ➕ Added support for making location dictionaries to upload drivers
    • ➕ Adds better .env environment support #172
    • ➕ Added activate subdomain #173
    • ➕ Added class based drivers
    • ➕ Added collect method the he autoload class and changes the return type of instance and collect as well as added an instantiate to the load method #178

    🔄 Changed

    • Controller constructors are resolved by the container
    • ⚡️ Updated all dependencies to latest version.
    • 🚚 Providers now need to be imported into a provider.py file and removed from the application.py file. #177
    • 📇 Renamed Request.redirectTo to Request.redirect_to #152
    • 🔄 Changed the csrf middleware accordingly.

    ✂ Removed

    • ✂ Removed all duplicated import class names
    • ✂ Removed need for providers list to also have duplicated class names
    • ✂ Removed redirection provider completely
    • ✂ Removed database specific dependencies

    Notes

    • 📚 Need documentation for the new Request.only() method.
  • v2.0.0 Changes

    June 15, 2018

    🔄 Change Log

    🚀 Release for Masonite 2