Skip to content

v2.0.0

Compare
Choose a tag to compare
@eproxus eproxus released this 27 Nov 17:01
· 32 commits to master since this release
v2.0.0
2abc9ef

Added

Changed

  • The {badvalue, P} exception from deep_put/3 now returns a path to the bad
    value instead of the value itself to make it coherent with the new
    deep_update/3 implementation.
  • The {badkey, K} exception from deep_get/2 has been changed to
    {badvalue, P} to make it coherent with deep_put/3 and others.