This repository was archived by the owner on Dec 22, 2021. It is now read-only.
0.7.0
This release supports the following targets:
Target | Versions |
---|---|
Scala | 2.12.x and 2.13.0-M2 |
Scala.js | 0.6.x |
Dotty | 0.5.0-RC1 |
Highlights
- #284 Enable Java converters for concurrent maps
- #291 Add rewrite rule for
lazyZip
:(xs, ys).zipped
will be rewritten toxs.lazyZip(ys)
- #295 Add
foldSomeLeft
andlazyFoldRight
(incollections-contrib
) - #299 Add
MultiSet
andSortedMultiSet
(incollections-contrib
). Note thatSortedMultiSet
can be used as a priority queue as well (a sorted sequence) - #302 Add
minAfter
andmaxBefore
toSortedMap
andSortedSet
- #305 Improve performance of strict collections