Skip to content

Releases: MasoniteFramework/core

v2.2.0b3.post1

01 Jun 17:51
Compare
Choose a tag to compare
v2.2.0b3.post1 Pre-release
Pre-release

Change Log

  • Fixed the placement of config files

v2.2.b3

18 May 13:20
Compare
Choose a tag to compare
v2.2.b3 Pre-release
Pre-release

Change Log

  • Added validation library
  • Changed view back helper now defaults to current path
  • Changed Auth class now is resolved and does not need a request to be passed in

v2.1.29

16 May 19:39
8098747
Compare
Choose a tag to compare

Change Log

  • Fixed issue with how some wsgi servers construct environ variable

v2.1.28

12 May 22:23
Compare
Choose a tag to compare

Change Log

  • Fixed issue with the cookie session driver

v2.2.b2

28 Apr 12:24
Compare
Choose a tag to compare
v2.2.b2 Pre-release
Pre-release

Change Log

  • Changed Craft serve command now reloads by default. You can still pass in the -r flag but it is not required. You can also disable reloading by using craft serve -d for --dont-reload
  • Added a accept(*) to the upload drivers
  • Added a lot more view helpers
  • Changed all tests to unittests
  • Added better test case for database tests

v2.1.27

28 Apr 02:39
Compare
Choose a tag to compare

Change Log

  • Added collect helper
  • Added a new way to add URL params to the route method when not specified.

v2.1.26

01 Apr 01:37
8adb478
Compare
Choose a tag to compare

Change Log

  • Fixed issue where channel was not reopening after closing for AMQP driver

v2.1.25

01 Apr 00:54
Compare
Choose a tag to compare

Change Log

  • Fixed issue where the amqp driver was not closing connections and channels after use

v2.1.24

31 Mar 04:00
Compare
Choose a tag to compare

Change Log

  • Fixed issue where queue jobs would fail because of a Unicode character (the checkmark) being printed out which would cause the job to fail. Now the command will print out a [Y] character if it cannot print out of a check mark.

v2.1.23

24 Mar 13:52
faa36f8
Compare
Choose a tag to compare

Changelog

Added

  • Added Cors middleware.
  • You can now use @ line statements inside your jinja templates

Changed

  • Command command now appends Command to the end of the class name
  • Exception is now thrown when a route name is not found using the route method on the request class

Fixed

  • Fixed deprecation warnings with regex strings in tests