0.0.34
This release brings new features to entity attributes functionality.
NEW FEATURES
Added ability to check that attribute was changed by the value (38)
The existing method wasAttributeChanged did not work as expected due to Yii's internal issue with attribute changes matching related to typecasting. The new method wasAttributeValueChanged added to have an ability to check whether the attribute value was changed.
Note: the new method is still a hack and can't guarantee 100% correct behavior. This functionality is still a work in progress.