-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
executable file
·26 lines (16 loc) · 912 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Todo:
* Added integer input range comliance check.
* Check if database representation is the same as model.
Changelog:
0.0.4 / 2014-03-09
* Integrated Psr\Log\LoggerAwareInterface interface.
* Tracking changes using "last_synchronisation_data" has been removed. Instead using "updated_columns". This property is updated with column name every time setter is used.
0.0.3 / 2014-02-09
* last_synchronisation_data model property is used to identify values that have changed.
0.0.2 / 2014-02-07
* Table name and primary key name are now constants, instead of being part of the $properties definition.
* Select statement is using * instead of column list.
* Mother class no longer allows non-integer primary key value.
* Added gajus\moa\exception\Record_Not_Found and gajus\moa\exception\Undefined_Property_Exception exceptions.
0.0.1 / 2014-02-06
* All exceptions extend \gajus\moa\exception\Moa_Exception.