Releases: MasoniteFramework/core
v2.0.3
Change Log
- Fixed controller constructors not being resolved by the container
v2.0.2
Change Log
- bumped
requests
version
v2.0.1
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
toRequest.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
Change Log
Bumped to beta 4
v2.0.0b3
Change Log
- Beta release 3
v2.0.0b2
Change Log
- Prerelease for 2.0.0 Beta 2
v2.0.0b1
Change Log
- Prerelease of Beta 1 based off of the
develop
branch
v2.0.0b0
Change Log
- Pre release for beta 0
v1.6.11
Change Log
- Added several new methods such as
login_by_id
andonce
to the authentication class. - added location parameter to the
store_for
method of the cache driver
v1.6.10
Change Log
- Added container collecting by class