Releases: scala/scala-collection-contrib
0.4.0
Changes
- Support Scala Native 0.5:
- Update auxlib, clib, javalib, junit-plugin, ... to 0.5.3 by @scala-steward in #248
- Update auxlib, clib, javalib, junit-plugin, ... to 0.5.4 by @scala-steward in #249
- Update auxlib, clib, javalib, junit-plugin, ... to 0.5.5 by @scala-steward in #253
- Issue 239 Fix by @sageserpent-open in #244
Chores
- Add java 21 to build matrix by @Philippus in #236
- Improvements to the Scala 3 crossbuild by @som-snytt in #240
- Remove junit -q parameter by @Philippus in #243
- Update checkout and setup-java github actions to v4 by @Philippus in #235
- Update junit-plugin, junit-runtime, ... to 0.4.10 by @scala-steward in #201
- Update junit-plugin, junit-runtime, ... to 0.4.12 by @scala-steward in #204
- Update junit-plugin, junit-runtime, ... to 0.4.14 by @scala-steward in #211
- Update junit-plugin, junit-runtime, ... to 0.4.15 by @scala-steward in #221
- Update junit-plugin, junit-runtime, ... to 0.4.16 by @scala-steward in #226
- Update junit-plugin, junit-runtime, ... to 0.4.17 by @scala-steward in #230
- Update junit-plugin, junit-runtime, ... to 0.4.9 by @scala-steward in #195
- Update junit-plugin, nscplugin, ... to 0.5.1 by @scala-steward in #242
- Update sbt to 1.7.3 by @scala-steward in #191
- Update sbt to 1.8.0 by @scala-steward in #196
- Update sbt to 1.8.2 by @scala-steward in #197
- Update sbt to 1.8.3 by @scala-steward in #208
- Update sbt to 1.9.0 by @scala-steward in #210
- Update sbt to 1.9.1 by @scala-steward in #214
- Update sbt to 1.9.3 by @scala-steward in #219
- Update sbt to 1.9.4 by @scala-steward in #220
- Update sbt to 1.9.6 by @scala-steward in #224
- Update sbt to 1.9.7 by @scala-steward in #227
- Update sbt to 1.9.8 by @scala-steward in #229
- Update sbt to 1.9.9 by @scala-steward in #232
- Update sbt to 1.10.0 by @scala-steward in #246
- Update sbt to 1.10.1 by @scala-steward in #250
- Update sbt to 1.10.2 by @scala-steward in #254
- Update sbt-scala-module to 3.1.0 by @scala-steward in #217
- Update sbt-scala-native-crossproject, ... to 1.3.1 by @scala-steward in #207
- Update sbt-scala-native-crossproject, ... to 1.3.2 by @scala-steward in #216
- Update sbt-scalajs, scalajs-compiler, ... to 1.12.0 by @scala-steward in #194
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.0 by @scala-steward in #200
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.1 by @scala-steward in #206
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 by @scala-steward in #213
- Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 by @scala-steward in #225
- Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 by @scala-steward in #228
- Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by @scala-steward in #237
- Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 by @scala-steward in #256
- Update scala-library to 2.13.11 by @scala-steward in #212
- Update scala-library to 2.13.12 by @scala-steward in #223
- Update scala-library to 2.13.13 by @scala-steward in #233
- Update scala-library to 2.13.14 by @scala-steward in #245
- Update scala-library to 2.13.15 by @scala-steward in #255
- Update scala3-library, ... to 3.2.2 by @scala-steward in #202
- Update scala3-library, ... to 3.3.0 by @scala-steward in #209
- Update scala3-library, ... to 3.3.1 by @scala-steward in #222
- Update scala3-library, ... to 3.3.3 by @scala-steward in #234
- Update scala3-library, ... to 3.3.4 by @scala-steward in #257
- copyright 2023 by @SethTisue in #198
- copyright 2024 by @SethTisue in #258
- test Scaladoc generation in CI by @SethTisue in #259
New Contributors
- @sageserpent-open made their first contribution in #244
Full Changelog: v0.3.0...v0.4.0
0.3.0
What's Changed
New Contributors
- @som-snytt made their first contribution in #157
- @povder made their first contribution in #166
- @j-mie6 made their first contribution in #188
This release was brought to you by 7 contributors, according to git shortlog -sn --no-merges v0.3.0 ^v0.2.2
. Thank you Scala Steward, Seth Tisue, Philippus Baalman, A. P. Marki, Jamie Willis, Julien Richard-Foy, Krzysztof Pado.
Full Changelog: v0.2.2...v0.3.0
0.2.2
- Fix
ArrayIndexOutOfBoundsException
inmutable.BitSet#<<=
(#86), thanks @linasm - support Scala.js 1.3.0 and drop support for Scala.js 0.6 (#109, #96)
This release was brought to you by 5 contributors, according to git shortlog -sn --no-merges v0.2.2 ^v0.2.1
. Thank you Scala Steward, Seth Tisue, Linas Medžiūnas, Philippus, Lukas Rytz.
A note on semantic versioning: 0.2.1 should have been 0.3.0, since it had real additions and not just bug fixes. This time, we only have a single bugfix (#86) and no other user-visible changes. So this is 0.2.2, but we'll go to 0.3.0 the next time there are actual additions.
0.2.1
- artifacts fixed by dropping OSGi support (#72)
- support Scala.js 1.0.0-RC2 (#70)
- added
Iterator#takeUntilException
(#62), thanks @erikvanoosten - added in-place shift operations to
mutable.BitSet
(#57), thanks @linasm
This release was brought to you by 5 contributors, according to git shortlog -sn --no-merges v0.2.1 ^v0.2.0
. Thank you Erik van Oosten, Linas Medžiūnas, Seth Tisue, Lukas Rytz, Scala Steward.
Version 0.2.0
version 0.1.0
first published release