Skip to content

Releases: bluzphp/framework

Added error code for Applications exceptions

13 Mar 11:04

Choose a tag to compare

0.3.1

Removed unused declaration

Added Response Object

25 Feb 13:30

Choose a tag to compare

Created Packages:
Cli

  • Request
  • Response
    Http
  • Request
  • Response
    Request
  • AbstractRequest
    Response
  • AbstractResponse

Migrate to PSR-4

09 Jan 08:20

Choose a tag to compare

0.2.7

Merge branch 'master' of https://github.com/bluzphp/framework

Rename Package to Options

27 Dec 14:35

Choose a tag to compare

0.2.6

Small fixes in comments

Minor fixes

16 Dec 13:14

Choose a tag to compare

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

04 Dec 12:40

Choose a tag to compare

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

05 Nov 15:32

Choose a tag to compare

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:

Changed privileges store format

04 Dec 12:20

Choose a tag to compare

  • Changed privileges store format, please update your application and flush cache
  • Added method select() to Db\Table (#134)
  • Removed Db\Rowset
  • Removed usage of definition DEBUG from framework (#131)

Crud refactoring

04 Dec 12:21

Choose a tag to compare

  • 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

04 Dec 12:21

Choose a tag to compare

  • Added CHANGELOG.md file
  • Removed getApplication() method from Package Trait
  • Refactoring folders structure
  • Refactoring exceptions structure