Releases: bluzphp/framework
Releases · bluzphp/framework
Added error code for Applications exceptions
0.3.1 Removed unused declaration
Added Response Object
Created Packages:
Cli
- Request
- Response
Http - Request
- Response
Request - AbstractRequest
Response - AbstractResponse
Migrate to PSR-4
0.2.7 Merge branch 'master' of https://github.com/bluzphp/framework
Rename Package to Options
0.2.6 Small fixes in comments
Minor fixes
Added help-methods to HTTP request
Fixed Application request issue (reporter: Hunter)
Fixed #153 - problem with columns filters
Changes of Grid package and small View tunning
Added support if custom params for Grid package (fixed #151)
Added method unset to View package
Changed behaviour of Views Partial helper, now it use output buffer
Support tables with multicolumn PK
Changes:
- Added abstract method getPrimaryKey for Crud classes
- Added support assoc array for Db\Table::find
- Added method Db\Row::afterRead
- Changed signature of Crud::addError
Issues:
- Fixed #143
Changed privileges store format
Crud refactoring
- Added support
id
parameter for Crud controller - Removed old
Crud\Crud
- Fixed Mailer, RFC 2822 Compliant for Max 998 characters per line
- Added support PDO options and attributes
- Added Redis adapter to Cache package
- Added JsonSerializable interface to Db\Row
- Added JsonSerializable interface to View\View
- Added support HTTP PATCH method to HTTPRequest
- Added Controller package with Rest and Crud controllers
- Refactoring Crud package
- Refactoring render() method of Application
Refactoring folders structure
- Added CHANGELOG.md file
- Removed getApplication() method from Package Trait
- Refactoring folders structure
- Refactoring exceptions structure