Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
-
-
-
v2.0.0-rc3
7dfa2923 · ·The big change here is the implementation of "left preference": operations that combine two collections into one (`union`, `intersection`, `set-difference`, `map-union`, `map-intersection`) now ensure that whenever the collections have equal elements, the one used in the result (if any) is the one from the first operand. Similarly, `set-difference-2` and `map-difference-2` implement left preference for their first value and right preference for their second. Also, `(convert 'seq <list>)` and `(convert 'wb-seq <list>)` now have a keyword parameter `reverse?` that reverses while converting.
-
v2.0.0-rc2
0a8cd0bc · · -
v2.0.0-rc1
7ea6b4e4 · · -
v2.0.0-rc0
7376e177 · · -
-
-
-
-
-