Skip to content

0.0.34

Choose a tag to compare

@prowwid prowwid released this 27 Nov 11:37
· 6 commits to master since this release
74b8201

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.