Skip to content

Releases: typelevel/simulacrum-scalafix

v0.6.0

21 May 03:36
d3d00ef
Compare
Choose a tag to compare

Updates

Many dependency updates, but most importantly this will only be compatible with scalafix 0.10.x. see #194

New Contributors

  • @vendamere made their first contribution in #154
  • @sh0hei made their first contribution in #170
  • @typelevel-steward made their first contribution in #204

Full Changelog: v0.5.4...v0.6.0

Simulacrum Scalafix 0.5.0

18 Jun 20:25
v0.5.0
8b35c18
Compare
Choose a tag to compare

This release includes a bug fix for for certain package names (#39) and a workaround for a bug that affects Scala.js 1.x on Windows (#38).

Simulacrum Scalafix 0.4.0

17 Jun 20:02
v0.4.0
71ad156
Compare
Choose a tag to compare

This release uses a new format for header and footer comments that is more compatible with Scalafmt 2.6.0. See this Cats pull request for discussion.

Simulacrum Scalafix 0.3.0

31 May 14:11
v0.3.0
330f96f
Compare
Choose a tag to compare

This release includes two user-facing changes: the generated Ops traits now extend Serializable (#29), and it's possible to add deprecations to the generated ops objects (#32).

Simulacrum Scalafix 0.2.0

22 May 10:06
v0.2.0
ebcc3cd
Compare
Choose a tag to compare

This release updates the SemanticDB plugin version to 4.3.10 and Scala.js to 1.1.0. There are no code changes, and it should be fully compatible with 0.1.0, but I've bumped the minor version to match the Scala.js minor version update.

Simulacrum Scalafix 0.1.0

11 Mar 13:03
v0.1.0
a283207
Compare
Choose a tag to compare

This is the second release of Simulacrum Scalafix, and the first release since it became a Typelevel project. This release supports sbt 1.x, Scala 2.12 and 2.13, and Scala.js 0.6 and 1.0. We've not yet decided whether Cats will use this approach to replace Simulacrum 1; please see this proposal for discussion.

I've confirmed that this version works as a drop-in replacement for Simulacrum 1 in Cats, but it isn't guaranteed to support 100% of the functionality of Simulacrum 1. If there's something you're missing, please open an issue.