Releases: mako-framework/framework
Releases · mako-framework/framework
9.1.6
21 Jul 20:57
Compare
Sorry, something went wrong.
No results found
Compatibility
Ensuring compatibility with future PHP versions.
8.1.6
10 Apr 20:22
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fixed PHP 7.4 compatibility.
10.0.8
25 Jan 19:14
Compare
Sorry, something went wrong.
No results found
Bugfixes
The app:routes command no longer fails when there is registered middleware.
The Environment::getWidth() method now works as expected.
The Environment::hasAnsiSupport() method now works as expected.
10.0.7
19 Jan 20:42
Compare
Sorry, something went wrong.
No results found
Improvements
Query builder update queries can now have joins.
10.0.6
07 Jan 09:06
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fixed request bug that would occur if PATH_INFO was set but empty.
Improvements
The framework now uses mako\env instead of getenv.
10.0.5
07 Dec 13:48
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fixed an issue where an uninitialized connection name in migration would throw an exception.
10.0.4
03 Dec 11:50
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fixed an issue where an uninitialized response body causes problems.
10.0.3
27 Nov 20:58
Compare
Sorry, something went wrong.
No results found
Bugfixes
The validation factory $container constructor parameter no longer accepts null.
10.0.2
25 Nov 13:21
Compare
Sorry, something went wrong.
No results found
New
Sensitive parameters will be redacted if present in a stack trace when running on PHP 8.2+.
10.0.1
24 Nov 10:36
Compare
Sorry, something went wrong.
No results found
Bugfixes
Ensure closing of connection when using the ConnectionManager::executeAndClose() method.