Releases: MasoniteFramework/masonite
Releases · MasoniteFramework/masonite
v4.0.1
Change Log
Changed
- Changed
start project
toproject start
to fix install on windows
v4.0.0
Change Log
- Version 4 release
v3.0.14
Change Log
Fixed
- Fixed get_cookies method not retrieving cookies correctly
v3.0.13
Change Log
Fixed
- Fixed AMQP queue connection
v3.0.12
Change Log
Fixed
- Fixed issue with autoloading on Python versions 3.9.5 and 3.8.10
v3.0.11
Change Log
Added
- Added check for
get_response
which does not require aResponsable
class inheritance to make a class return a response
v3.0.10
Change Log
Fixed
- Fixed an issue when importing TestCase class
v3.0.9
Change Log
Fixed
- Fixed an issue with CORS middleware
- Fixed an issue with image file names
v3.0.8
Change Log
Added
- Added
assertViewIs
test assertion - Added
assertViewHas
test assertion - Added
assertViewHasAll
test assertion - Added
assertViewMissing
test assertion - Added
assertRedirect
test assertion
v3.0.7
Change Log
Added
- Added resource name defaults
Fixed
- Fixed deprecation warning from collections package
- Fixed craft info command throwing exception
Security
- Bumped cryptography package version to 3.5