Skip to content

0.2.4

Compare
Choose a tag to compare
@Jarzka Jarzka released this 24 Apr 17:01
· 50 commits to master since this release

Changes the behaviour of assoc-un: if key is not present, returns the original map

This is more logical. Assoccing to a nil value or an empty map should be equivalent to associng to a key which is not present in the map => the result is the original map (if we have a namespaced map, which does not contain the key used in assoc, we do not want that unnamespaced key to be added in the map).