Skip to content

Releases: scala/scala-java8-compat

1.0.2

28 Oct 01:47
96fa643
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ohze made their first contribution in #248

Full Changelog: v1.0.1...v1.0.2

1.0.1

29 Sep 00:52
6074480
Compare
Choose a tag to compare

WARNING: This version accidentally broke binary compatibility with version 1.0.0. Version 1.0.2 corrects the problem; please use that instead.

  • Declare a version policy (#241)

This release was brought to you by 4 contributors, according to git shortlog -sn --no-merges v1.0.0... Thank you Scala Steward, Seth Tisue, kenji yoshida, Julien Richard-Foy.

1.0.0

13 May 21:16
ee3b978
Compare
Choose a tag to compare
  • Support Scala 3.0.0 (#229)
  • Add Automatic-Module-Name (#225)

This release was brought to you by 2 contributors, according to git shortlog -sn --no-merges v1.0.0-RC1... Thank you Seth Tisue, Scala Steward.

1.0.0-RC1

29 Mar 19:23
0242c31
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release
  • Add support for Scala 3.0.0-RC2 (#215, #216)
  • Declare version scheme (#211)

This release was brought to you by 5 contributors, according to git shortlog -sn --no-merges v0.9.1... Thank you Scala Steward, Seth Tisue, Sean C. Sullivan, Will Sargent.

v0.9.1

20 Feb 14:14
75c255d
Compare
Choose a tag to compare

User-visible changes:

  • Fixes #107 ("Incorrect OSGi manifest").

Other changes:

  • Build and publishing infrastructure overhauled.

This release was brought to you by 5 contributors, according to git shortlog -sn --no-merges HEAD ^v0.9.0#2.13.0. Thank you Scala Steward, Lukas Rytz, Seth Tisue, Eugene Yokota, Ikhun Um.

v0.9.0#2.13.0: Merge pull request #150 from scala/2.13

08 Jun 12:48
f377980
Compare
Choose a tag to compare

v0.9.0#2.13.0-RC2

20 May 12:49
Compare
Choose a tag to compare
use fully qualified references in doc comments

https://github.com/lightbend/genjavadoc/issues/134

v0.9.0#2.13.0-RC1

26 Apr 14:42
Compare
Choose a tag to compare
Merge branch 'master' into 2.13.x

0.9.0

03 May 09:36
057f1e3
Compare
Choose a tag to compare
  • Add converters between scala.concurrent.duration.FiniteDuration and java.time.Duration (PR #86; thank you @johanandren!)

v0.8.0: Merge pull request #82 from retronym/bump/2.12.0

29 Oct 22:07
Compare
Choose a tag to compare
  • This release adds converters between Scala collections and Java 8 streams. See the main README.md for details.
  • Cross built for Scala 2.11 and Scala 2.12