Change Log
Added
* Allow unbound class resolution from container by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/624
* Adding support to define custom region in mailgun endpoint. by Marlysson in https://github.com/MasoniteFramework/masonite/pull/628
* Added ability to handle correctly `OPTIONS` and `HEAD` requests by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/578
* Added more options to `strong` validator, added new`not_exists_in_db` validator and fixed `phone` validator by circulon in https://github.com/MasoniteFramework/masonite/pull/636
* Added `Redis` Session driver by circulon in https://github.com/MasoniteFramework/masonite/pull/621
* Added more tests for Container by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/637
* Added explicit type casting for route parameters by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/639
Fixed
* Fixed json payload in SlackDriver by os-nikita in https://github.com/MasoniteFramework/masonite/pull/626
* Fixed exceptionite possible solutions for `InvalidCSRFToken` and `ModelNotFoundException` by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/634
* Fixed `file`, `image` and `video` validators when validating files from request by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/623
* Fixed UploadFile ModuleNotFound Error by circulon in https://github.com/MasoniteFramework/masonite/pull/640
* Fixed route group prefix by josephmancuso in https://github.com/MasoniteFramework/masonite/pull/647
New Contributors
* os-nikita made their first contribution in https://github.com/MasoniteFramework/masonite/pull/620
* circulon made their first contribution in https://github.com/MasoniteFramework/masonite/pull/636
**Full Changelog**: https://github.com/MasoniteFramework/masonite/compare/v4.13.0...v4.14.0