Skip to content

Releases: MasoniteFramework/core

v2.2.b1

v2.2.b1 Pre-release
Pre-release

Choose a tag to compare

@josephmancuso josephmancuso released this 18 Mar 02:18

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

Choose a tag to compare

@josephmancuso josephmancuso released this 18 Mar 02:45

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

Choose a tag to compare

@josephmancuso josephmancuso released this 14 Mar 23:50

Change Log

  • Added run_again_on_fail and run_times to queue jobs

v2.1.20

Choose a tag to compare

@josephmancuso josephmancuso released this 09 Mar 20:31

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

Choose a tag to compare

@josephmancuso josephmancuso released this 06 Mar 00:12

Change Log

Fixed

  • Fixed issue with . template splices not working

v2.1.18

Choose a tag to compare

@josephmancuso josephmancuso released this 05 Mar 03:59

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

Choose a tag to compare

@josephmancuso josephmancuso released this 25 Feb 03:04

v2.1.16

Choose a tag to compare

@josephmancuso josephmancuso released this 12 Feb 02:31

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

Choose a tag to compare

@josephmancuso josephmancuso released this 10 Feb 13:36
7f30c28

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

Choose a tag to compare

@josephmancuso josephmancuso released this 04 Feb 23:33

Change Log

  • Fixed issue with login authentication