Releases: scala/scala-collection-compat
Releases · scala/scala-collection-compat
2.1.4
- #249 Add support for conversion
.to(mutable.PriorityQueue)
- #287 Add
filterKeys
method toMapView
- #288 Add
groupMap
andgroupMapReduce
methods - #291 Add
tapEach
method - #289 Add
sizeCompare
,sizeIs
andlengthIs
methods - #295 Allow chaining of
filterKeys
andmapValues
- #300 Target Scala.js 1.0.0
This release was brought to you by 8 contributors according to git shortlog -sn --no-merges HEAD ^v2.1.3
.
Thank you Seth Tisue, NthPortal, Scala Steward, Taro L. Saito, Dale Wijnand, Felix Dietze, Julien Richard-Foy, Vitaly Lavrov.
2.1.3
- publish scala-collection-migrations again (was missing from 2.1.2 release)
- add support for Scala.js 1.0.0-RC2
also the build and publishing were overhauled, hopefully without collateral damage
This release was brought to you by 6 contributors, according to git shortlog -sn --no-merges HEAD ^v2.1.2
. Thank you Scala Steward, Lukas Rytz, Taro L. Saito, Maxime Kjaer, Seth Tisue, Will Sargent.
2.1.3-RC3
Move TEST_SCALAFIX / TEST_BINARY_COMPAT / TEST_SCALAFMT to jdk 8 (#281) Move TEST_SCALAFIX / TEST_BINARY_COMPAT / TEST_SCALAFMT to jdk 8
2.1.3-RC2
Merge pull request #277 from lrytz/ci-release-fix Restore workaround for ci-release issue
2.1.2
user-visible changes since 2.1.1:
- Added support for Scala Native (#239)
- Fixed
.to(Seq)
to not force lazy collections (#238) - Added apply, unapplySeq and newBuilder to ArraySeq companion (#227)
thanks to contributors:
9 Martijn Hoekstra
7 Eric K Richardson
3 Dale Wijnand
1 Eugene Yokota
1 Scala Steward 🤖
1 Seth Tisue
1 ghik
2.1.1
Changes since 2.1.0:
- Fix OSGi headers (this fixes the classes in
scala.jdk
).
2.1.0
New features since 2.0.0: