Skip to content

Releases: MasoniteFramework/core

v2.2.b1

18 Mar 02:18
Compare
Choose a tag to compare
v2.2.b1 Pre-release
Pre-release

Changelog

  • Added a / to the front of a route URL if it does not exist.
  • Added URL parameters are now added to the controller method.
  • Added storage drivers to manage files
  • Changed the async driver to use either threading or multiprocessing
  • Added new HTTP verbs to routes (OPTIONS, TRACE, CONNECT etc)
  • Errors and 404's are now returned in JSON if the incoming content type is application/json
  • Rearranged drivers all into own packages

v2.1.22

18 Mar 02:45
Compare
Choose a tag to compare

Change Log

  • Fixed Auth command not adding route names
  • Fixed issue with compact command not working with multiple None types
  • Fixed issue Japanese characters not returning correct content length

v2.1.21

14 Mar 23:50
Compare
Choose a tag to compare

Change Log

  • Added run_again_on_fail and run_times to queue jobs

v2.1.20

09 Mar 20:31
Compare
Choose a tag to compare

Change Log

Added

  • Added compact helper

Fixed

  • Fixed issue with comments on resource controller being flipped.
  • Fixed issue with misspelling of logger

v2.1.19

06 Mar 00:12
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed issue with . template splices not working

v2.1.18

05 Mar 03:59
Compare
Choose a tag to compare

Changelog

Added

  • Added a --connection option to the model:doctring command to use other connections

Fixed

  • Fixed issue with csrf not being able to correctly detect csrf wildcard routes.

v2.1.17

25 Feb 03:04
Compare
Choose a tag to compare

v2.1.16

12 Feb 02:31
Compare
Choose a tag to compare

Change Log

  • Fixed issue with setting status codes on json responses
  • Fixed issue with specifying exempt CSRF protection routes that contained route parameters

v2.1.15

10 Feb 13:36
7f30c28
Compare
Choose a tag to compare

Change Log

  • Added ability to specify a list as the second parameter to routes instead of a dictionary #552
  • Added ability to return a model which then returns a JSON response
  • Added ability to show when you have unmigrated migrations
  • Added improvements to the queue feature
  • Added ability to pass in default as the driver method to get the default driver.

v2.1.14

04 Feb 23:33
Compare
Choose a tag to compare

Change Log

  • Fixed issue with login authentication