Releases: Jarzka/namespacefy
Releases · Jarzka/namespacefy
0.5.0
0.4 - Improves collection handling
- All collection types can now be (un)namespacefyed. Previously only vectors were supported.
- Collection items can now be collections. Previously every collection item had to be a map, now collection of collections are also supported. If collection item is not a map or vector, it is returned as it is.
This release should be fully backward compatible.
0.3
0.2.4
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).