0.3.1 - 2012/09/10
Fixed:
- issue where 'field = -1' was being added to get_changes queries when no field was passed in the get_changes request -- DPETROV
0.3.0 - 2012/08/31
New:
- new dbic column attribute 'force_audit_log_column': force the value to be logged even if it didn't change (ie, new_value = old_value) -- LUKAST
- new dbic column attribute 'modify_audit_value': modify value of column before being stored in audit log -- LUKAST
Fixed:
- when passing a field to get_changes that didn't exist in the audit_log_field table all changes were being returned instead of none
0.2.6 - 2012/08/13
New:
- the AuditLog result classes now inherit from a base class, useful for overriding if need be -- MATTP
0.2.5 - 2012/08/10
Updated:
- after discussions with MATTP, reverting his change to remove the get_columns calls for now
0.2.4 - 2012/08/09
Updated:
- updates README to show extra options for get_changes
- removed hard-coded version # from AuditLog.pm
0.2.3 - 2012/08/09
Updated:
- no longer using get_columns to pull data from dbic objects as this pulls from storage and bypasses any filters/inflaters - MATTP
0.2.2 - 2012/07/03
Updated:
- some additions to the README showing how to use get_changes
- added acknowledgements to OANDA for supoprting development time
0.2.1 - 2012/06/28
New:
- added get_changes method, used for getting changes related to a row from a specific table
0.1.0 - 2012/06/22
Initial release