Skip to content

Releases: MasoniteFramework/core

v2.2.26

Choose a tag to compare

@josephmancuso josephmancuso released this 30 Oct 02:54
cdb47da

Change Log

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

v2.3.0b1

Choose a tag to compare

@josephmancuso josephmancuso released this 28 Oct 01:06

Change Log

  • Masonite Beta 1 release

v2.2.25

Choose a tag to compare

@josephmancuso josephmancuso released this 27 Oct 21:42
79fbc06

Change Log

Added

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

v2.2.24

Choose a tag to compare

@josephmancuso josephmancuso released this 23 Oct 03:15

Change Log

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

v2.2.23

Choose a tag to compare

@josephmancuso josephmancuso released this 18 Oct 01:44

Change Log

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

v2.2.22

Choose a tag to compare

@josephmancuso josephmancuso released this 15 Oct 12:28
b4395bd

Change Log

  • Fixed issue when cleaning input with byte like objects

v2.2.21

Choose a tag to compare

@josephmancuso josephmancuso released this 10 Oct 02:35
660ce66

Change Log

  • Fixed potential issue with self argument not resolving properly

v2.2.20

Choose a tag to compare

@josephmancuso josephmancuso released this 06 Oct 23:45
6236948

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

Choose a tag to compare

@josephmancuso josephmancuso released this 22 Sep 01:44

Change Log

  • Added reply_to() method for mail

v2.2.18

Choose a tag to compare

@josephmancuso josephmancuso released this 20 Sep 02:25

Change Log

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