Releases: MasoniteFramework/masonite
Releases · MasoniteFramework/masonite
v4.12.1
v4.12.0
Change Log
Added
- Added missing
remember()method on main Cache instance by @girardinsamuel in #603 - Added possibility to add method to controller instances by @girardinsamuel in #605
- Added
methodview helper to change request method in HTML forms by @girardinsamuel in #602 - Added database validation rules
exists_in_dbandunique_in_dbby @girardinsamuel in #596 - Added feature to share individual input validation errors in session by @yubarajshrestha in #553
Fixed
- Fixed order of published package migrations by @girardinsamuel in #604
Changed
- Switched to
werkzeugdevelopment server by @girardinsamuel in #608
Full Changelog: v4.11.0...v4.12.0
v4.11.0
Change Log
Fixed
- Fixed
actingAs,withCookies,withHeaders,assertAuthenticated,assertGuestin TestCase and fixedAuthwhich was not persisting user by @girardinsamuel in #588 - Fixed
cryptographydependency version and use their new version scheme by @girardinsamuel in #595 - Fixed getting extension such as
.tar.gzfrom files in filesystem feature by @girardinsamuel in #594
Added
- Added Handling of
ModelNotFoundexceptions as HTTP 404 errors by @girardinsamuel in #509 - Added ability to resolve simple instance as controller in routes by @girardinsamuel in #598
- Added
stopanddumpfeatures to TestCase by @girardinsamuel in #599
Full Changelog: v4.10.3...v4.11.0
v4.10.3
Change Log
Fixed
- Fixed route ending with a / throwing error by @josephmancuso in #592
- Fixed minimum Exceptionite version
Full Changelog: v4.10.2...v4.10.3
v4.10.2
Change Log
Fixed
- fixed home route and added solution for it by @josephmancuso in #591
Full Changelog: v4.10.1...v4.10.2
v4.10.1
Change Log
Changed
- Changed how exceptionite handles registering solutions
v4.10.0
Change Log
Added
- Added more config options to AMQP driver by @girardinsamuel in #576
- Added ability to pass query parameters to
urlandroutehelpers and toredirectmethod by @girardinsamuel in #575 - Added type hinting to codebase by @girardinsamuel in #526
Fixed
- Fixed
optionalhelper by @girardinsamuel in #580 - Fixed ExceptionHandler by @girardinsamuel in #583
- Fixed setting session when middleware redirects instead of continuing request flow by @girardinsamuel in #581
Security
- Bumped waitress version to a 2.1.1+ to cover a security release
Full Changelog: v4.9.0...v4.10.0
v4.9.0
Change Log
Added
- Added new exceptionite debugging screen. Upgraded to Exceptionite 2
Full Changelog: v4.8.3...v4.9.0
v4.8.3
Change Log
Fixed
- Fixed query string use by @girardinsamuel in #569
- Fixed
hasmethod in sessions by @josephmancuso in #571
Full Changelog: v4.8.2...v4.8.3
v4.8.2
Change Log
Fixed
- Fixed environment overriding issue by @josephmancuso in #570
Full Changelog: v4.8.1...v4.8.2