Releases: frameworkwtf/core
Releases · frameworkwtf/core
2.0.0
Slim 4.x
Breaking changes: check README.md
for breaking changes between 2.x and 1.x.
Note about dependencies count: Sentry 2.x requires much more dependencies.
1.1.7
Updated router - add action to $args
1.1.6
Added Root::getData()
and Root::setData()
(moved from wtf/orm
package)
1.1.5
Bugfix router new routes names
1.1.4
Added default router, implements #3
1.1.3
Controller function (#2)
* added new function 'controller("controller_name")', to get controllers by name + tests
1.1.2
Added rule to .php_cs.dist "native_function_invocation" to increase s…
1.1.1
Now you can access up-to-date request
object directly from container outside of middleware stack
1.1.0
Moved from tisuit/core
to wtf/core