Skip to content

Releases: Jarzka/namespacefy

0.5.0

06 Apr 07:16
Compare
Choose a tag to compare
  • Adds support for (un)namespacefying Java collections (thanks for @kgann)

0.4 - Improves collection handling

07 Aug 09:45
Compare
Choose a tag to compare
  • 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

09 May 16:00
Compare
Choose a tag to compare
0.3
  • Unnamespacefying does not crash anymore if there are conflicts in inner maps but recur is not used.
  • Added a new option for resolving conflicts with unnamespacefy

0.2.4

24 Apr 17:01
Compare
Choose a tag to compare

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).

0.2.3

24 Apr 05:59
Compare
Choose a tag to compare

Adds support for (un)namespacefying nil values.

This is useful if you want to namespacefy inner values but the value is nil. In the previous version (0.2.2) the operation would throw an exception with nil values.

0.2.2

22 Apr 10:46
Compare
Choose a tag to compare

Minor code formatting.

0.2.1

22 Apr 10:39
Compare
Choose a tag to compare

get-un and assoc-un should work better with bad data.

0.2

22 Apr 08:19
Compare
Choose a tag to compare
0.2

Adds support for ClojureScript

0.1

22 Apr 07:16
Compare
Choose a tag to compare
0.1
Update readme