Skip to content

Releases: scala/scala-collection-contrib

0.3.0

01 Nov 19:25
e04673b
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

What's Changed

New Contributors

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

27 Oct 02:51
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
  • Fix ArrayIndexOutOfBoundsException in mutable.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

30 Dec 16:37
b66b404
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • 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

04 Sep 07:08
0cc5f30
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release
  • #4 Add splitBy operation to Iterable and Iterator
  • #18 Add lazyFoldLeft operation to Iterable and Iterator
  • #35 Add Scala.js support
  • #43 Add >> and << operations to BitSet

version 0.1.0

18 Jul 21:56
Compare
Choose a tag to compare
version 0.1.0 Pre-release
Pre-release

first published release