MasoniteFramework Core Versions Save

Main pip package location for Masonite

v2.2.26

4 years ago

Change Log

  • The user is now set and reset immediately after login and logout happens instead of on the next request

v2.3.0b1

4 years ago

Change Log

  • Masonite Beta 1 release

v2.2.25

4 years ago

Change Log

Added

  • Added ability to add X-CSRF-TOKEN header for passing csrf tokens

v2.2.24

4 years ago

Change Log

  • Added optional route parameters with the new ? character to routes
  • Added exception listeners

v2.2.23

4 years ago

Change Log

  • Fixed ambiguous error issues when Masonite cannot import a controller.

v2.2.22

4 years ago

Change Log

  • Fixed issue when cleaning input with byte like objects

v2.2.21

4 years ago

Change Log

  • Fixed potential issue with self argument not resolving properly

v2.2.20

4 years ago

Change Log

Added

  • with_input to request class
  • old template helper method
  • Ability to return a pagination instance and return a paginated response
  • Request back redirection will now flash the current request inputs
  • Several new assertion test helpers

v2.2.19

4 years ago

Change Log

  • Added reply_to() method for mail

v2.2.18

4 years ago

Change Log

  • Fixed issue with email templates sometimes overriding the view returned in controllers