Skip to content

Releases: MasoniteFramework/masonite

v4.20.0

12 Mar 01:43
1385aae
Compare
Choose a tag to compare

Changelog

Changed

  • Changed routing to throw exception on server start to show error message by @eaguad1337 in #792
  • bumped watchdog to fix windows development server by @josephmancuso in #793

Full Changelog: v4.19.1...v4.20.0

v4.19.1

25 Feb 00:24
c555a60
Compare
Choose a tag to compare

Changelog

Fixed

Full Changelog: v4.19.0...v4.19.1

v4.19.0

11 Dec 00:58
5d889ce
Compare
Choose a tag to compare

Chagelog

Added

Full Changelog: v4.18.0...v4.19.0

v4.18.0

29 Oct 02:22
85017ef
Compare
Choose a tag to compare

Changelog

Added

Fixed

New Contributors

Full Changelog: v4.17.5...v4.18.0

v4.17.5

26 Sep 00:25
83c4b97
Compare
Choose a tag to compare

Changelog

Added

###Fixed
*unused import throwing error

New Contributors

Full Changelog: v4.17.4...v4.17.5

v4.17.4

13 Oct 11:13
Compare
Choose a tag to compare

Change Log

Added

  • Added a new uuid route compiler by @circulon in #706
  • Added is_ajax() method to request by @girardinsamuel in #717
  • Added host and port options for Pusher driver to be able to choose from different service providers by @if4lcon in #709

Changed

Fixed

New Contributors

Full Changelog: v4.16.4...v4.17.4

v4.16.4

10 Aug 02:01
61b5e8b
Compare
Choose a tag to compare

Change Log

  • docs: Fix a few typos by @timgates42 in #699
  • Fixed errors not showing in default auth templates

Full Changelog: v4.16.3...v4.16.4

v4.16.3

31 Jul 01:36
fda9ef1
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed numeric validation rule to accepts floats by @if4lcon in #694

Full Changelog: v4.16.2...v4.16.3

v4.16.2

10 Jul 14:24
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed issue with MessageBag

v4.16.1

10 Jul 14:12
60b3121
Compare
Choose a tag to compare

Change Log

Changed

  • Change redis connection to use exists for the has method by @goophps in #684

Fixed

  • Fixed auth by @josephmancuso in #629
  • Fixed unreachable code in container.py by @filippetrovicAT in #688
  • Fixed Redis Cache - Use internal cache for performance & bug fixes by @circulon in #686
  • Fixed missing comment for singleton method in container.py by @filippetrovicAT in #690
  • Fixed messagebag by @josephmancuso in #691

New Contributors

  • @goophps made their first contribution in #684
  • @filippetrovicAT made their first contribution in #688

Full Changelog: v4.16.0...v4.16.1