Releases: scala/scala-collection-compat
Releases · scala/scala-collection-compat
2.1.6
This release is the same as 2.1.5, with a fix to actually include the @nowarn annotation.
- #290 Add LazyListcollection type (by @NthPortal and @yannbolliger)
- #303 Add Iterable#partitionMapoperation (by @yannbolliger)
- #304 Add immutable.Queue#enqueueAll(by @hygt)
- #305, #307 Add iterable#lazyZip(by @pietrotull and @robstoll)
- #312 Add @nowarnannotation (though it has no effect on 2.11 and 2.12, except to allow cross-building)
2.1.5
- #290 Add LazyListcollection type (by @NthPortal and @yannbolliger)
- #303 Add Iterable#partitionMapoperation (by @yannbolliger)
- #304 Add immutable.Queue#enqueueAll(by @hygt)
- #305, #307 Add iterable#lazyZip(by @pietrotull and @robstoll)
- #312 Add(edit: use 2.1.6 instead, see #312 (comment))- @nowarnannotation
2.1.4
- #249 Add support for conversion .to(mutable.PriorityQueue)
- #287 Add filterKeysmethod toMapView
- #288 Add groupMapandgroupMapReducemethods
- #291 Add tapEachmethod
- #289 Add sizeCompare,sizeIsandlengthIsmethods
- #295 Allow chaining of filterKeysandmapValues
- #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: