Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@lorandszakacs lorandszakacs released this 02 Apr 12:23
· 8 commits to main since this release
1638045

⚠️ Breaking changes

  • offer implicit circe decoders only for RefinedTypeThrow[O, N] instead of RefinedType[O, N, E]. This is part of a larger decision that pureharm simply uses Throwable subtypes for errors. The support for the generic version also tripped up end users that didn't have a Show[Throwable] instance in scope.

Deprecations

  • all unsafe syntax extensions are now deprecated. Will be removed in 0.3.0. Just throw exceptions in the few places in client code where necessary.

New Scala versions:

  • 2.13 for JS platform

Dependency upgrades:

Internals: