Skip to content

v0.3.0-RC2

Compare
Choose a tag to compare
@jdegoes jdegoes released this 19 Jan 09:39
· 30 commits to zio2 since this release

A number of cleanups and simplifications to prepare for ZIO 2, including:

  • More idiomatic naming that's being adopted across the ZIO 2 ecosystem (e.g. transform, transformOrFail, etc.)
  • Cleanup of macro-based derivation
  • Adding license headers to most files
  • Ripping out inheritance between JsonCodec and JsonEncoder / JsonDecoder, and removing cyclic derivation
  • Fixing a bug in fromJsonAST
  • Moving syntax to method names
  • Adding missing (but expected) operators to JsonCodec