Releases: MasoniteFramework/masonite
Releases · MasoniteFramework/masonite
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
method
view helper to change request method in HTML forms by @girardinsamuel in #602 - Added database validation rules
exists_in_db
andunique_in_db
by @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
werkzeug
development server by @girardinsamuel in #608
Full Changelog: v4.11.0...v4.12.0
v4.11.0
Change Log
Fixed
- Fixed
actingAs
,withCookies
,withHeaders
,assertAuthenticated
,assertGuest
in TestCase and fixedAuth
which was not persisting user by @girardinsamuel in #588 - Fixed
cryptography
dependency version and use their new version scheme by @girardinsamuel in #595 - Fixed getting extension such as
.tar.gz
from files in filesystem feature by @girardinsamuel in #594
Added
- Added Handling of
ModelNotFound
exceptions as HTTP 404 errors by @girardinsamuel in #509 - Added ability to resolve simple instance as controller in routes by @girardinsamuel in #598
- Added
stop
anddump
features 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
url
androute
helpers and toredirect
method by @girardinsamuel in #575 - Added type hinting to codebase by @girardinsamuel in #526
Fixed
- Fixed
optional
helper 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
has
method 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
v4.8.1
Change Log
Fixed
- Fixed installing missing
pytest
dependency for new projects