Releases: MasoniteFramework/core
Releases · MasoniteFramework/core
v2.2.0b3.post1
Change Log
- Fixed the placement of config files
v2.2.b3
Change Log
- Added validation library
- Changed view back helper now defaults to current path
- Changed Auth class now is resolved and does not need a request to be passed in
v2.1.29
Change Log
- Fixed issue with how some wsgi servers construct environ variable
v2.1.28
Change Log
- Fixed issue with the cookie session driver
v2.2.b2
Change Log
- Changed Craft serve command now reloads by default. You can still pass in the
-r
flag but it is not required. You can also disable reloading by usingcraft serve -d
for--dont-reload
- Added a
accept(*)
to the upload drivers - Added a lot more view helpers
- Changed all tests to unittests
- Added better test case for database tests
v2.1.27
Change Log
- Added collect helper
- Added a new way to add URL params to the route method when not specified.
v2.1.26
Change Log
- Fixed issue where channel was not reopening after closing for AMQP driver
v2.1.25
Change Log
- Fixed issue where the amqp driver was not closing connections and channels after use
v2.1.24
Change Log
- Fixed issue where queue jobs would fail because of a Unicode character (the checkmark) being printed out which would cause the job to fail. Now the command will print out a
[Y]
character if it cannot print out of a check mark.
v2.1.23
Changelog
Added
- Added Cors middleware.
- You can now use
@
line statements inside your jinja templates
Changed
- Command command now appends
Command
to the end of the class name - Exception is now thrown when a route name is not found using the
route
method on the request class
Fixed
- Fixed deprecation warnings with regex strings in tests