Skip to content

Releases: MasoniteFramework/core

v2.1.13

27 Jan 01:04
91afa01
Compare
Choose a tag to compare

Changelog

  • Fixed issue where a JSON null value could raise an exception 71d9016
  • Fixed issue where a body type of 0 would throw an exception with the delete method type 9659363
  • Fixed issue where status code could not be set in a controller 5ede5d8
  • Added a better exception when passing in a set instead of a dictionary to the render method. This is a common mistake that would throw an ambiguous error f63cd98
  • Added route redirection 7ed5359

v2.1.12

19 Jan 18:30
Compare
Choose a tag to compare

Change Log

  • Fixed issue where incoming JSON response would only return the first value in a list.

v2.1.11

18 Jan 05:07
Compare
Choose a tag to compare

Change Log

  • Fixed issue when cleaning a multi dimensional dictionary

v2.1.10

11 Jan 18:01
c31ad1e
Compare
Choose a tag to compare

Change Log

  • Removed ability to set the password column using __password__

v2.1.9

11 Jan 05:17
Compare
Choose a tag to compare

Change Log

  • Fixed issue with auth requiring a __password__ attribute when it should not have been.

v2.1.8

11 Jan 03:10
Compare
Choose a tag to compare

Change Log

  • Fixed issue with whitenoise not auto refreshing static files

v2.1.7

10 Jan 19:24
Compare
Choose a tag to compare

Change Log

  • Fixed issue with storage folder not updating for static assets

v2.1.6

10 Jan 00:44
2805d61
Compare
Choose a tag to compare

Change Log

  • Added config helper #517
  • Added ability to use in keyword for the container #520
  • Added ability to use multiple columns to authenticate #521
  • Added ability to specify the user password column #521

v2.1.5

04 Jan 02:57
Compare
Choose a tag to compare

Change Log

  • Fixed issue with LoginController not working properly because of incorrectly specified input
  • Fixed issue with view render method storing variables from previous renders
  • Fixed issue with s3 not working properly when using both location and filename
  • Fixed issue with Amazon S3 storing all files in root directory
  • Changed how S3 temporarily stores file uploads
  • Changed where the exception is thrown in the s3 driver to prevent a temporary file being saved before uploading if the driver is not installed.

v2.1.4

30 Dec 13:58
3528998
Compare
Choose a tag to compare

Change Log

  • Fixed issue where uploading a file resulted in None being returned.