Releases: scala/scala-collection-compat
Releases · scala/scala-collection-compat
2.5.0
- Remove
@nowarn
from Scala 2.12 build (since it ships with Scala 2.12.13+) (#460)
- Scalafix 0.9.28 (was 0.9.27) (#457)
This release was brought to you by 4 contributors, according to git shortlog -sn --no-merges @ ^v2.4.4
. Thank you Scala Steward, Seth Tisue, Arnout Engelen, Meriam Lachkar.
2.4.4
- add support for Scala 3.0.0 (and drop 3.0.0-RC2) (#451)
- add
Automatic-Module-Name
(#447)
This release was brought to you by 2 contributors, according to git shortlog -sn --no-merges @ ^v2.4.3
. Thank you Scala Steward, Seth Tisue.
2.4.3
- add support for Scala 3.0.0-RC2 (and drop 3.0.0-M3) (#440)
- declare version scheme (#437)
This release was brought to you by 2 contributors, according to git shortlog -sn --no-merges @ ^v2.4.2
. Thank you Scala Steward, Seth Tisue.
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 on immutable.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
- Restore Scala 3.0.0-M2 to cross-publishing setup (alongside M3) (#420)
This release was brought to you by 1 contributor, according to git shortlog -sn --no-merges @ ^v2.3.2
. Thank you Seth Tisue.
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
- add support for Scala 3.0.0-M3 (dropping M2) (#403)
This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v2.3.1
. Thank you Scala Steward, Seth Tisue, Carlos Quiroz.
2.3.1
- add support for Scala 3.0.0-M2 (dropping M1) (#393)
This release was brought to you by 4 contributors, according to git shortlog -sn --no-merges @ ^v2.3.0
. Thank you Eric K Richardson, Scala Steward, Seth Tisue, Tom Grigg.
2.3.0
- add
@unused
(#373)
- add support for Scala 3.0.0-M1 (#386)
- drop support for Scala.js 0.6.x (#386)
This release was brought to you by 4 contributors, according to git shortlog -sn --no-merges @ ^v2.2.0
. Thank you Scala Steward, Seth Tisue, Tom Grigg, Vlad Podilnyk.
2.2.0
- #319 add
Using
and the version of ControlThrowable
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.