Skip to content

Releases: MasoniteFramework/masonite

v2.3.22

12 Jan 02:12
2ac2062
Compare
Choose a tag to compare

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 and with_errors to the request class

v2.3.21

26 Nov 03:10
Compare
Choose a tag to compare

Change Log

  • Fixed issue where similar routes under different subdomains would throw 404 issues

v2.3.20

28 Oct 02:27
Compare
Choose a tag to compare

Change Log

  • Added debugging improvements for json requests

v2.3.19

05 Oct 22:18
Compare
Choose a tag to compare

Change Log

  • Fixed exception thrown when memory driver is not supported

v2.3.18

19 Sep 00:46
b98db88
Compare
Choose a tag to compare

Change Log

  • Fixed database queue workers sometimes duplicating running jobs twice if multiple workers are started close together

v2.3.17

23 Jul 01:27
Compare
Choose a tag to compare

Change Log

  • Fixed issue with the database queue driver not being registered correctly

v2.3.16

22 Jul 04:03
badecf9
Compare
Choose a tag to compare

Change Log

  • Added ability to use intended URL then back request redirection

v2.3.15

22 Jul 02:28
Compare
Choose a tag to compare

Change Log

  • Added ability to pass multiple values into dd('hello', 'world')

v2.3.14

22 Jul 02:13
Compare
Choose a tag to compare

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

06 Jul 22:28
Compare
Choose a tag to compare

Change Log

  • Fixed issue with custom route compilers not working when added inside a route group