Skip to content

Releases: MasoniteFramework/core

v2.0.3

16 Jun 04:41
Compare
Choose a tag to compare

Change Log

  • Fixed controller constructors not being resolved by the container

v2.0.2

15 Jun 04:06
Compare
Choose a tag to compare

Change Log

  • bumped requests version

v2.0.1

15 Jun 03:38
1779768
Compare
Choose a tag to compare

Change Log

  • Controller constructors are resolved by the container

  • Added Tinker Command #116

  • Added Show Routes Command #117

  • Added Automatic Code Reloading to Serve Command #119

  • Added autoloading support #146

  • Updated all dependencies to latest version.

  • Removed all duplicated import class names

  • removed need for providers list to also have duplicated class names

  • removed redirection provider completely

  • renamed Request.redirectTo to Request.redirect_to #152

  • need documentation for the new Request.only() method.

  • Adds a new get_request_method method to request class

  • adds a new parameter to the all() method to get all the inputs without the framework internals

  • changed the csrf middleware accordingly.

  • Added Masontite Scheduler

  • Added Database Seeding Support #168

  • Added static file helper #167

  • Added Password helper

  • Added dot notation to upload drivers

  • Added Status Code provider and support #165

  • Added support for making location dictionaries to upload drivers

  • Adds better .env environment support #172

  • Added activate subdomain #173

  • Removed database specific dependencies

  • Providers now need to be imported into a provider.py file and removed from the application.py file. #177

  • Added class based drivers

  • Added collect method the he autoload class and changes the return type of instance and collect as well as added an instantiate to the load method #178

v2.0.0b4

15 Jun 02:29
Compare
Choose a tag to compare
v2.0.0b4 Pre-release
Pre-release

Change Log

Bumped to beta 4

v2.0.0b3

13 Jun 03:24
7f76d48
Compare
Choose a tag to compare
v2.0.0b3 Pre-release
Pre-release

Change Log

  • Beta release 3

v2.0.0b2

10 Jun 12:52
Compare
Choose a tag to compare
v2.0.0b2 Pre-release
Pre-release

Change Log

  • Prerelease for 2.0.0 Beta 2

v2.0.0b1

09 Jun 01:38
Compare
Choose a tag to compare
v2.0.0b1 Pre-release
Pre-release

Change Log

  • Prerelease of Beta 1 based off of the develop branch

v2.0.0b0

04 Jun 03:25
Compare
Choose a tag to compare
v2.0.0b0 Pre-release
Pre-release

Change Log

  • Pre release for beta 0

v1.6.11

02 Jun 19:02
08fb5e3
Compare
Choose a tag to compare

Change Log

  • Added several new methods such as login_by_id and once to the authentication class.
  • added location parameter to the store_for method of the cache driver

v1.6.10

27 May 03:53
e165ac7
Compare
Choose a tag to compare

Change Log

  • Added container collecting by class