Skip to content

Releases: MasoniteFramework/core

v2.2.26

30 Oct 02:54
cdb47da
Compare
Choose a tag to compare

Change Log

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

v2.3.0b1

28 Oct 01:06
Compare
Choose a tag to compare

Change Log

  • Masonite Beta 1 release

v2.2.25

27 Oct 21:42
79fbc06
Compare
Choose a tag to compare

Change Log

Added

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

v2.2.24

23 Oct 03:15
Compare
Choose a tag to compare

Change Log

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

v2.2.23

18 Oct 01:44
Compare
Choose a tag to compare

Change Log

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

v2.2.22

15 Oct 12:28
b4395bd
Compare
Choose a tag to compare

Change Log

  • Fixed issue when cleaning input with byte like objects

v2.2.21

10 Oct 02:35
660ce66
Compare
Choose a tag to compare

Change Log

  • Fixed potential issue with self argument not resolving properly

v2.2.20

06 Oct 23:45
6236948
Compare
Choose a tag to compare

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

22 Sep 01:44
Compare
Choose a tag to compare

Change Log

  • Added reply_to() method for mail

v2.2.18

20 Sep 02:25
Compare
Choose a tag to compare

Change Log

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