Releases: bluzphp/framework
Migrate to Codeception
Merge pull request #399 from AntonShevchuk/master Migrate to codeception
Migrate to PHPUnit 6.0
Merge pull request #398 from AntonShevchuk/master Added tests for Singleton trait
Refactoring of `View` helpers
Added attributes to helper Script of View
Added View helper ScriptBlock($code)
Removed functional of ScriptBlock() from Script() helper
Added View helper StyleBlock($code)
Removed functional of StyleBlock() from Style() helper
Switch to strict mode
Migrate to static helper storage
Changed signature of Auth\EntityInterface
Minor refactoring
Added class Http\RequestMethod
with constants
Added method Proxy\Request::getQuery()
Added method Proxy\Request::getPost()
Renamed property Db\Table::$table
to Db\Table::$name
Refactoring of Proxy\Request::getParam()
and removed $_ENV from it
Refactoring of setHelpersPath()
- removed support of string argument
Migrate to PSR-6 Cache realization
- Switched to use
cache/cache
package - Removed old
Bluz\Cache
package
PHP 7.0 is required
Added PHP7 sugar:
- added hints to validators
- added usage of
??
Prepare for installer - added helperHasModule()
Added Gravatar support
Added Gravatar View Helper
Added support fetch to object for method Db::fetchGroup()
Migrated to short array notation
Migrated from AbstractClass
to ProxyTrait
for all Proxies
Fixed coverall configuration
Added `options()` to REST
Merge pull request #365 from AntonShevchuk/master Added `options()` to `abstractMapper` class
Bluz 7.0.0
- Created
Controller\Controller
class withHelpers
- Created
Controller\Mapper
class - Added support
@acl
tag toController\Reflection
- Added
Proxy\Request::getMethod()
- Added
Cli\CliResponse
- Added cookies implementation - fixed #362
- Added switchinf of content type to Response logic
- Added
validate
andassert
methods toDb\Row
- Added method
readSet()
to Crud\Table realization - Added transaction for call
SELECT COUNT(*)
queries (for grid and crud) - Helpers
redirect()
,redirectTo
andreload
was moved toProxy\Response