v2.0.0
Added
- New
deep_update/3function - New
deep_update_with/3function
Changed
- The
{badvalue, P}exception fromdeep_put/3now returns a path to the bad
value instead of the value itself to make it coherent with the new
deep_update/3implementation. - The
{badkey, K}exception fromdeep_get/2has been changed to
{badvalue, P}to make it coherent withdeep_put/3and others.