Skip to content

Releases: scala/scala-collection-compat

2.1.4

10 Feb 07:28
3d98110
Compare
Choose a tag to compare
  • #249 Add support for conversion .to(mutable.PriorityQueue)
  • #287 Add filterKeys method to MapView
  • #288 Add groupMap and groupMapReduce methods
  • #291 Add tapEach method
  • #289 Add sizeCompare, sizeIs and lengthIs methods
  • #295 Allow chaining of filterKeys and mapValues
  • #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

12 Dec 21:34
628e0e7
Compare
Choose a tag to compare
  • 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

12 Dec 09:19
cac8d5b
Compare
Choose a tag to compare
2.1.3-RC3 Pre-release
Pre-release
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

11 Dec 10:09
6ee0b98
Compare
Choose a tag to compare
2.1.3-RC2 Pre-release
Pre-release
Merge pull request #277 from lrytz/ci-release-fix

Restore workaround for ci-release issue

2.1.2

06 Aug 03:24
eff9f2b
Compare
Choose a tag to compare

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

25 Jun 09:15
d60782e
Compare
Choose a tag to compare

Changes since 2.1.0:

2.1.0

21 Jun 14:11
a65de8d
Compare
Choose a tag to compare

2.0.0

17 May 17:59
36b36a3
Compare
Choose a tag to compare

Update for Scala 2.13.0-RC2.

1.0.0

07 Apr 21:20
58119a3
Compare
Choose a tag to compare

The library is now built for Scala 2.13.0-RC1. Future versions will be backwards binary compatible.

Please do not release any artifacts against version 1.0.0. Due to #195 we are planning on releasing 2.0.0 that is neither source nor binary compatible with 1.0.0.

0.3.0

08 Feb 20:33
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

same as 0.2.2, except:

  • bumped the version number to emphasize that the new releases are not binary compatible with 0.2.1
  • included Scala 2.11 in the cross-publishing this time