2.0.13 (2016-05-19)

2.0.12 (2016-05-16)

2.0.11 (2016-05-04)

2.0.10 (2016-02-04)

2.0.9 (2015-11-24)

2.0.8 (2015-09-19)

2.0.7 (2015-08-17)

2.0.6 (2015-07-21)

2.0.5 (2015-07-14)

2.0.4 (2015-07-07)

2.0.3 (2015-06-10)

2.0.2 (2015-05-26)

2.0.1 (2015-05-10)

# 2.0.0 (2015-04-17) - Full rewrite of most components in Zephir - Added Phalcon\Mvc\Micro::error for better handling of exceptions - Phalcon\Forms\Form::label does not share attributes with the ones that belong to the element - Added parameter ΓÇÿparamsΓÇÖ to set default conditions when retrieving related records - Added filters ΓÇ£int!ΓÇ¥ and ΓÇ£float!ΓÇ¥ that cast values to the respective type - Filter ΓÇ£alphanumΓÇ¥ now uses a regular expression instead of internal functions for better behaviour in 64bits - Added allowEmpty option in Phalcon\Validation validators to skip validation if the value is empty - Added Phalcon\Validation::setDefaultMessages to set default values in validators - Added Phalcon\Validation\Validator\Numericality - Added events in Phalcon\Di: beforeServiceResolve / afterServiceResolve - Mysql database introspector now uses DATABASE() as default schema - Added option to disable cache keys in Cache\Backend\Memcache - Mvc\View component is now disabled automatically when redirecting using Http - Mvc\Model::dynamicUpdate now works better as it compares if every field has changed according to its data type - Added Db\Adapter\Pdo::getErrorInfo() to obtain the last error generated in a PDO connection