Fixed * Fixed parsing post data by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/559 * Fixed merging Mailable options with general `mail` options by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/561 * Fixed deprecation warning for `distutils` module in craft `auth` command by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/563 * Fixed command capsule to work on uwsgi by josephmancuso in https://github.com/MasoniteFramework/masonite/pull/567
Added * Added the Broadcast facade. by Marlysson in https://github.com/MasoniteFramework/masonite/pull/565 * Added new testing assertions to test console output and errors by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/560
Fixed * Fixed accessing nested input from requests with `application/json` and `application/x-www-form-urlencoded` content type by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/556 and https://github.com/MasoniteFramework/masonite/pull/557
Fixed * Fixed running task by allowing to use name or class name by Marlysson in https://github.com/MasoniteFramework/masonite/pull/546 * Added correct default value `[]` when using `[]` in inputs by josephmancuso in https://github.com/MasoniteFramework/masonite/pull/547 * Fixed nested validation in lists by yubarajshrestha in https://github.com/MasoniteFramework/masonite/pull/542
Fixed * Fixed `PackageProvider` root configuration when Python package name contains package module name by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/538