Releases: MasoniteFramework/core
Releases · MasoniteFramework/core
v2.2.b1
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
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
Change Log
- Added
run_again_on_fail
andrun_times
to queue jobs
v2.1.20
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
Change Log
Fixed
- Fixed issue with
.
template splices not working
v2.1.18
Changelog
Added
- Added a
--connection
option to themodel:doctring
command to use other connections
Fixed
- Fixed issue with csrf not being able to correctly detect csrf wildcard routes.
v2.1.17
2.1.17 - 2019-02-24
Added
- Added
-m
and-s
to the model command to create a migration or a seed - Added ability to use dot notation to get a dictionary value
- Added google and stack overflow links to the top of the exception page
- Added optional helper
Changed
Fixed
- Fixed issue with not being able to set 404 status codes
v2.1.16
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
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
Change Log
- Fixed issue with login authentication