cool 7.x-2.0-alpha2

Bug fixes
New features

* Fixed issue #2958120
* Improving code organization
* Adding BaseFormPage, to help having cleaner code when creating PageControllers only to host FormControllers (the page is the form)
* Adding BaseModel, to help creating classes for entity types with EntityDrupalWrapper
* Adding User class(implementing BaseModel), that helps you deal with uses accounts in a much easier way

cool 7.x-2.0-alpha1

New features

New features and API improvements (still experimental - API can be changed -, but i'm already using it in production)

cool 7.x-2.x-dev

New features

Development code, not intended for production environments.

cool 7.x-1.0

Bug fixes
New features

After many weeks of use in production, the module can be considered stable, bringing improvement for developers on their daily tasks and not changing the way Drupal works: it's just a wrapper, not a new API.

For the ones using the beta3 version for custom modules, it's import to keep in mind the issue #2310565: $form and &$form_state for Form::build() method, that lead to a change in how forms are handled.

cool 7.x-1.0-beta3

Bug fixes
New features

* More tests
* Improvements on forms handling

cool 7.x-1.0-beta2

Bug fixes
New features

* Small fixes
* Improvements on the API for Blocks and Forms
* Base classes to avoid a lot of empty methods when implementing the interfaces.

cool 7.x-1.0-beta1

New features

* Introduce the BlockController, providing Blocks as classes, like the PageController
* Introduce the FormController, providing Forms as classes, and a BaseForm, with default behaviours
* "Cool Examples" module to provide basic cases of utilization

Subscribe with RSS Subscribe to Releases for Common Object Oriented Library