Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

0.7.0

Choose a tag to compare

@julienrf julienrf released this 06 Dec 13:37
· 280 commits to master since this release

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 to xs.lazyZip(ys)
  • #295 Add foldSomeLeft and lazyFoldRight (in collections-contrib)
  • #299 Add MultiSet and SortedMultiSet (in collections-contrib). Note that SortedMultiSet can be used as a priority queue as well (a sorted sequence)
  • #302 Add minAfter and maxBefore to SortedMap and SortedSet
  • #305 Improve performance of strict collections

Fixes and Minor Changes

  • #282 Simplify implementation of collection conversion methods on IterableOnce
  • #285 Fix scalafix tests
  • #287 Upgrade scalafix to 0.5.3
  • #297 Remove @SerialVersionUID from traits
  • #301 Rename TreeMapView and TreeSetView to avoid confusion with Views
  • #309 Improve migration rules