Releases: carsdotcom/laravel-json-model
Releases · carsdotcom/laravel-json-model
v1.2.1
v1.2.0
Updates safeUpdateRecursive
to catch any exception and anything that causes saving
handler to return false. The method now returns an array of all the exceptions it caught.
Deprecates safeUpdate
-- given that it's designed to work with semi-trusted inputs, it's always safer to recurse into child objects rather than risk overwriting them.