Releases: MasoniteFramework/masonite
Releases · MasoniteFramework/masonite
v4.8.0
Change Log
Fixed
- Fixed parsing post data by @girardinsamuel in #559
- Fixed merging Mailable options with general
mail
options by @girardinsamuel in #561 - Fixed deprecation warning for
distutils
module in craftauth
command by @girardinsamuel in #563 - Fixed command capsule to work on uwsgi by @josephmancuso in #567
Added
- Added the Broadcast facade. by @Marlysson in #565
- Added new testing assertions to test console output and errors by @girardinsamuel in #560
Full Changelog: v4.7.2...v4.8.0
v4.7.2
Change Log
Fixed
- Fixed accessing nested input from requests with
application/json
andapplication/x-www-form-urlencoded
content type by @girardinsamuel in #556 and #557
Full Changelog: v4.7.1...v4.7.2
v4.7.1
Change Log
Fixed
- Fixed running task by allowing to use name or class name by @Marlysson in #546
- Added correct default value
[]
when using[]
in inputs by @josephmancuso in #547 - Fixed nested validation in lists by @yubarajshrestha in #542
Full Changelog: v4.7.0...v4.7.1
v4.7.0
v4.6.4
Change Log
Fixed
- Fixed creating events, listeners and tasks on Linux by @girardinsamuel in #540
Full Changelog: v4.6.3...v4.6.4
v4.6.3
Change Log
Fixed
- Fixed
PackageProvider
root configuration when Python package name contains package module name by @girardinsamuel in #538
Full Changelog: v4.6.2...v4.6.3
v4.6.2
Change Log
Fixed
- Added correct instructions to run (
project install
) when project is created by @girardinsamuel in #536
Full Changelog: v4.6.1...v4.6.2
v4.6.1
Change Log
Fixed
- Fix notification
mail
driver to use default driver fromconfig/mail.py
by @yubarajshrestha and @girardinsamuel in #533
Added
- Added
seeDriverWas
assertion in MockMail class to assert which mail driver was used to send mocked email by @girardinsamuel
Full Changelog: v4.6.0...v4.6.1
v4.6.0
Change Log
Added
- Added
ip()
helper to request by @girardinsamuel in #523 - Added
application
to Jinja2 environment to make it accessible in custom extensions by @girardinsamuel in #525
Fixed
- Fixed order of route middleware by @josephmancuso in #531
Full Changelog: v4.5.0...v4.6.0
v4.5.0
Change Log
Added
- Improve
dump
anddd
features by @girardinsamuel in #519 - Add
get_route()
in request by @girardinsamuel in #518 - Add release notification on Masonite Discord by @girardinsamuel in #516
- Add a way to register new presets easily by @girardinsamuel in #480
Changed
- Throw exception if route is not found when in debug mode and add http error views by @girardinsamuel in #506
- Made clearer the exception when including a template that doesn't exist in a view that does exist by @josephmancuso in #524
Full Changelog: v4.4.0...v4.5.0