Skip to content

Releases: MasoniteFramework/core

v2.2.17

14 Sep 18:53
Compare
Choose a tag to compare

Change Log

  • Added a database queue driver.
  • Added ability to specify connections for migration commands.
  • Added a live reloading server.

v2.2.16

10 Sep 01:39
Compare
Choose a tag to compare

Change Log

  • Fixed issue with hasJson TestCase method and dictionary dot notation
  • Added asDictionary() TestCase method.
  • Added request and response helper attributes on route methods in tests

v2.2.15

26 Aug 16:53
Compare
Choose a tag to compare

Change Log

  • Fixed issue with middleware parameters not working correctly

v2.2.14

23 Aug 20:53
Compare
Choose a tag to compare

Change Log

  • Fixed issue with the amqp queue driver not working with the latest version of pika

v2.2.13

22 Aug 00:07
Compare
Choose a tag to compare

Change Log

  • Fixed issue with queue jobs not running sometimes.

v2.2.12

21 Aug 02:03
Compare
Choose a tag to compare

Change Log

  • Fixes issue with {{ route() }} template helper
  • Fixes issue with dashes not working in exemption route CSRF middleware.

v2.2.11

17 Aug 12:14
Compare
Choose a tag to compare

Change Log

  • Fixed registering from name to email

v2.2.10

17 Aug 03:43
Compare
Choose a tag to compare

Changelog

  • Fixed issue with the scaffolding of the register controller.
  • Added a Cors Service Provider

v2.2.9

10 Aug 16:14
Compare
Choose a tag to compare

Change Log

  • Fixed issue with cors middleware throwing cors issues if placed after the CSRF middleware

v2.2.8

04 Aug 21:37
Compare
Choose a tag to compare

Change Log

  • Fixed issue with verifying email addresses
  • Cleaned up code