Releases: seancheung/history
Releases · seancheung/history
v2.1.0
v2.0.0
1.0.3
1.0.2
Added attributes blacklist support.
/*
|--------------------------------------------------------------
| Attributes blacklist
|--------------------------------------------------------------
|
| Please add the whole class names. Example: \App\User:class
| For each model, attributes in its respect array will NOT be recorded into meta when performing update operation.
|
*/
'attributes_blacklist' => [
// \App\User::class => [
// 'password'
// ],
]
v1.0.1
Minor fix