Skip to content

Releases: typelevel/discipline-specs2

v1.4.0

17 Jun 21:30
v1.4.0
Compare
Choose a tag to compare
  • Support for Scala Native
  • Update Specs2. We no longer require for3Use2_13, which is a significant improvement on downstream build ergonomics

v2.0.0

07 Feb 23:56
v2.0.0
70728ed
Compare
Choose a tag to compare

A brand new release based on specs2 5.0.0. It is published for the following platforms and Scala versions:

Scala 3.1 (JVM and JS)

The Scala.js library version during the whole 2.0 release cycle will be 1.8.x.

Special thanks to @armanbilge for porting the code to Scala 3.

v1.3.1

26 Nov 18:56
v1.3.1
64fa331
Compare
Choose a tag to compare

This release updates the dependency on specs2-scalacheck to 4.13.1. It is published for the following platforms and Scala versions:

Scala 2.12 (JVM and JS)
Scala 2.13 (JVM and JS)
Scala 3.1 (JVM and JS)

The Scala.js library version during the whole 1.3 release cycle will be 1.7.x.

v1.2.5

26 Nov 18:54
v1.2.5
351c796
Compare
Choose a tag to compare

This release updates the dependency on specs2-scalacheck to 4.13.1. It is published for the following platforms and Scala versions:

Scala 2.12 (JVM and JS)
Scala 2.13 (JVM and JS)
Scala 3.0 (JVM and JS)

The Scala.js library version during the whole 1.2 release cycle will be 1.7.x.

v1.3.0

22 Oct 16:15
v1.3.0
ebe4fe6
Compare
Choose a tag to compare

This release updates the discipline-core dependency to 1.3.0. It is backwards binary compatible with all versions in the 1.x lineage. It is forwards binary compatible only with the 1.3.x lineage.

It is published for the following platforms and Scala versions:

  • Scala 2.12 (JVM and JS)
  • Scala 2.13 (JVM and JS)
  • Scala 3.1 (JVM and JS)

The Scala.js library version during the whole 1.3 release cycle will be 1.7.x.

v1.2.4

20 Oct 09:12
v1.2.4
d65cc78
Compare
Choose a tag to compare

This release updates the discipline-core dependency to 1.2.0. It is published for the following platforms and Scala versions:

  • Scala 2.12 (JVM and JS)
  • Scala 2.13 (JVM and JS)
  • Scala 3.0 (JVM and JS)

The Scala.js library version during the whole 1.2 release cycle will be 1.7.x.

Scala 3.1 and a future Scala.js release will be out in the 1.3 release cycle of this library.

v1.2.3

11 Oct 21:34
v1.2.3
adf7975
Compare
Choose a tag to compare

This release updates the dependency on specs2-scalacheck to 4.13.0 which also brings in scala-js-macrotask-executor 1.0.0.

v1.2.2

10 Sep 06:22
v1.2.2
93c618e
Compare
Choose a tag to compare

This release excludes the transitive dependency on scala-js-macrotask-executor for Scala 2.13 and adds an explicit dependency on the cross built version of the same library when building on Scala 3.

v1.2.1

09 Sep 14:11
v1.2.1
5f54e1d
Compare
Choose a tag to compare

This release updates the specs2 dependency to 4.12.12 which contains a fix for the pendingUntilFixed regression.

v1.2.0

07 Sep 17:29
v1.2.0
3d09be6
Compare
Choose a tag to compare

This release has no new features, just an overhaul of the release process and updates to the library dependencies.

Special thanks to @djspiewak for guiding me through the release process.