Releases: MasoniteFramework/masonite
Releases · MasoniteFramework/masonite
v2.3.22
Change Log
Fixed
- Fixed route provider returning 404 when it should have returned 405
- Fixed jwt authentication driver sometimes not expecting string but got bytes
Added
- Added
with_flash
,with_success
andwith_errors
to the request class
v2.3.21
Change Log
- Fixed issue where similar routes under different subdomains would throw 404 issues
v2.3.20
Change Log
- Added debugging improvements for json requests
v2.3.19
Change Log
- Fixed exception thrown when memory driver is not supported
v2.3.18
Change Log
- Fixed database queue workers sometimes duplicating running jobs twice if multiple workers are started close together
v2.3.17
Change Log
- Fixed issue with the database queue driver not being registered correctly
v2.3.16
Change Log
- Added ability to use intended URL then back request redirection
v2.3.15
Change Log
- Added ability to pass multiple values into
dd('hello', 'world')
v2.3.14
Change Log
Added
- Added several new methods to the request class to get request information like
scheme
,port
and several others. Reference the documentation for the full list - Added
request.referrer()
to get the referring URL
Fixed
- Fixed
craft view
appending View to the view file when it was not supposed to.
v2.3.13
Change Log
- Fixed issue with custom route compilers not working when added inside a route group