Changelog


2.0.0 (2012-02-20)


This release contains backwards incompatible changes. Please see the documentation for more information.

1.6.2 (2012-01-31)


A Added reactor CLI tool that handles tasks and installation of packages
A Added ClassLoader::addPsr0 method.
A Added magic shortcut to default cache instance.
A Added magic shortcut to default crypto configuration.
A Added CLI::screenSize method.
R Removed CLI related code from the web parts of the framework.
C Errors that are not caught by the default logger will now be logged to app/storage/logs/*.log
B Redis client will no longer hang when executing transactions.

1.6.1 (2012-01-24)


A Added Session::flash method that replaces the functionality of the Notification class.
A Added __isset method to cache adapter.
A Added __isset and __unset methods to view class.
R Removed Notification class.
C You can now assign view variables when creating a view object.
C Improved english pluralization rules.
C Mako::package will now return NULL.

1.6.0 (2012-01-19)


A Added support for packages.
A Added support for "restful routes".
A Added HTML helper.
A Added I18n::plural method (requires some changes to the language pack directory structure).
A Added String::increment method.
A Added String::limitChars method.
A Added String::limitWords method.
A Added String::ascii method.
A Added String::alternate method.
A Added File::display method.
A Added File::split method.
A Added File::merge method.
R Removed support for "route closures".
R Removed Gravatar class from core. It is instead offered as an official packages.
R Removed Growl class from core. It is instead offered as an official packages.
R Removed Prowl class from core. It is instead offered as an official packages.
R Removed ReCaptcha class from core. It is instead offered as an official packages.
C Replaced the autoloader with one that allows easy overriding of core classes while maintaining backwards compatibility.
C Exception view now has syntax highlighted code previews.
C Disabled output buffering if mako is executed from the cli.
C Added optional default return value for the Request::referer method.
C Default error views are now HTML5 instead of XHTML.
B Redis client now supports nil elements in multi-bulk replies.
B Redis multi-bulk replies where the requested key is nonexistent will now return an empty list (array) intend of nil (NULL).
B Redis client will no longer hang when fetching data containing newline characters.