Releases: MasoniteFramework/core
Releases · MasoniteFramework/core
v2.2.26
v2.3.0b1
Change Log
- Masonite Beta 1 release
v2.2.25
Change Log
Added
- Added ability to add
X-CSRF-TOKEN
header for passing csrf tokens
v2.2.24
Change Log
- Added optional route parameters with the new
?
character to routes - Added exception listeners
v2.2.23
Change Log
- Fixed ambiguous error issues when Masonite cannot import a controller.
v2.2.22
Change Log
- Fixed issue when cleaning input with byte like objects
v2.2.21
Change Log
- Fixed potential issue with
self
argument not resolving properly
v2.2.20
Change Log
Added
with_input
to request classold
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
Change Log
- Added
reply_to()
method for mail
v2.2.18
Change Log
- Fixed issue with email templates sometimes overriding the view returned in controllers