Skip to content

v1.0.0

Compare
Choose a tag to compare
@eproxus eproxus released this 26 Nov 13:22
· 42 commits to master since this release
v1.0.0
0b9f6bf

Added

  • Clarified documentation for deep_put/3 regarding possible exceptions.

Changed

  • deep_remove now removes the last existing key in the path, ignoring the rest
    to keep it in line with the behavior of maps:remove/1 which silently returns
    the map if the key doesn't exist.