Releases: scala/scala-collection-compat
Releases · scala/scala-collection-compat
2.4.3
2.4.2
- support Scala 3.0.0-RC1 (and drop 3.0.0-M2) (#429)
- update Scala.js version to 1.5.0 (#425)
- deprecate accidentally included
update
method onimmutable.ArraySeq
(#421)
This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v2.4.1
. Thank you Scala Steward, Seth Tisue, NthPortal.
2.4.1
2.4.0
- Support Scala Native 0.4 on Scala 2.11, 2.12, and 2.13 (#387)
- Support
@nowarn
in Scala 2.12.13 (#417) - Restore Scala 3.0.0-M2 to crossbuild (alongside M3) (#412)
This release was brought to you by 4 contributors, according to git shortlog -sn --no-merges @ ^v2.3.2
. Thank you Seth Tisue, Scala Steward, Eric K Richardson, Lorenzo Gabriele.
2.3.2
2.3.1
2.3.0
2.2.0
- #319 add
Using
and the version ofControlThrowable
from 2.13 - #320 add
util.chaining
- #325 add
mutable.Queue.enqueueAll
- #337 fix
factory.newBuilder
to return new instances - #341 add
collection.Map.foreachEntry
- #345 add
minOption
,maxOption
,minByOption
,maxByOption
- #350
LazyList
fixes - #352 use latest Scalafix version
This release was brought to you by 11 contributors according to git shortlog -sn --no-merges @ ^v2.1.6
. Thank you Seth Tisue, Ismael Juma, Scala Steward, NthPortal, Christopher Marshall, Julien Richard-Foy, xuwei-k, Gavin Bisesi, Yang Bo, samzilverberg, Ben Plommer.
2.1.6
This release is the same as 2.1.5, with a fix to actually include the @nowarn
annotation.
- #290 Add
LazyList
collection type (by @NthPortal and @yannbolliger) - #303 Add
Iterable#partitionMap
operation (by @yannbolliger) - #304 Add
immutable.Queue#enqueueAll
(by @hygt) - #305, #307 Add
iterable#lazyZip
(by @pietrotull and @robstoll) - #312 Add
@nowarn
annotation (though it has no effect on 2.11 and 2.12, except to allow cross-building)
2.1.5
- #290 Add
LazyList
collection type (by @NthPortal and @yannbolliger) - #303 Add
Iterable#partitionMap
operation (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))@nowarn
annotation