Releases: MasoniteFramework/masonite
Releases · MasoniteFramework/masonite
v4.4.0
Fixed
- Fix using PackageProvider without installing package locally by @girardinsamuel in #511
Added
- Add ability to run given task from schedule and to force task(s) to be ran immediately by @girardinsamuel in #514
- Add missing
Queue
facade - Add
exists
andoptional
missing view helpers by @girardinsamuel in #505 - Add a way to exclude middlewares from a given route in a group by @girardinsamuel in #507
Full Changelog: v4.3.1...v4.4.0
v4.3.1
Change Log
Fixed
- Fixed
routes:list
command when using controller method in route declaration by @girardinsamuel in #502 - Fiedx publishing views by @girardinsamuel in #501
Full Changelog: v4.3.0...v4.3.1
v4.3.0
Change Log
Fixed
- Fixed controller creation when there the slash between folder and controller's name by @Marlysson in #497
Added
- Added back subdomain activation by @josephmancuso in #500
Full Changelog: v4.2.1...v4.3.0
v4.2.1
Change Log
Fixed
- Fixed hashing algorithms return string by @Marlysson in #492
New Contributors
- @Marlysson made their first contribution in #492
Full Changelog: v4.2.0...v4.2.1
v4.2.0
Change Log
- Fixed missing directories in setup file
- added improvements needed for the Debugbar
v4.1.3
Change Log
Changed
- Less coupling with Masonite ORM by @girardinsamuel in #481
- cookies Now default to samesite strict by @josephmancuso in #494
Added
- Added get_files to storage driver by @josephmancuso in #483
Fixed
- fixed request input default by @josephmancuso in #486
Full Changelog: v4.1.2...v4.1.3
v4.1.2
Change Log
Fixed
- Fixed package publishing by @girardinsamuel in #479
Changed
- Updated README by @josephmancuso
Full Changelog: v4.1.1...v4.1.2
v4.1.1
Change Log
Fixed
- Fixed ServeCommand.py to use all expected host/port flags by @StevenMHernandez in #473
- Fixed missing logout route and controller action by @josephmancuso in #475
New Contributors
- @StevenMHernandez made their first contribution in #473
Full Changelog: v4.1.0...v4.1.1
v4.1.0
Change Log
Fixed
Added
- Adds API module back into Masonite by @josephmancuso in #468
- Added LICENSE by @josephmancuso in #471
Full Changelog: v4.0.2...v4.1.0
v4.0.2
Change Log
Changed
- Fix loading paths on Windows which was making
serve
fail on Windows by @girardinsamuel in #467