Skip to content

Releases: zio/zio-json

0.2.0 (for ZIO 1.x)

14 Sep 07:40
946c398
Compare
Choose a tag to compare

This release is targetting ZIO 1. 0.3.x will target ZIO 2.

This release is identical to 0.2.0-M4 and should be binary compatible.

0.2.0-M4

11 Apr 19:42
946c398
Compare
Choose a tag to compare
0.2.0-M4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.0-M3...v0.2.0-M4

v0.3.0-RC6

03 Apr 08:03
524ec90
Compare
Choose a tag to compare

This release adds support for ZIO 2.0.0-RC4

What's Changed

Full Changelog: v0.3.0-RC5...v0.3.0-RC6

v0.3.0-RC5

28 Mar 13:25
61a23d3
Compare
Choose a tag to compare
v0.3.0-RC5 Pre-release
Pre-release

This bug fix release drops the unnecessary & Scope R type parameter.

What's Changed

Full Changelog: v0.3.0-RC4...v0.3.0-RC5

v0.3.0-RC4

21 Mar 18:28
ddf34c1
Compare
Choose a tag to compare
v0.3.0-RC4 Pre-release
Pre-release

This release contains support for ZIO 2.0.0-RC3.

What's Changed

New Contributors

Full Changelog: v0.3.0-RC3...v0.3.0-RC4

0.3.0-RC3

03 Feb 17:31
5d70bca
Compare
Choose a tag to compare

This release contains support for ZIO 2.0.0-RC2.

v0.3.0-RC2

19 Jan 09:39
Compare
Choose a tag to compare

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

v0.3.0-RC1-1 — ZIO 2 support

21 Dec 19:39
Compare
Choose a tag to compare
Pre-release

Fixes publishing of v0.3.0-RC1. No other changes.

v0.3.0-RC1 — ZIO 2 support

21 Dec 16:31
Compare
Choose a tag to compare
Pre-release

What's Changed

This release supports ZIO 2.0.0-RC1.

For some time, releases targetting ZIO 1 will be using the version 0.2.x, whereas releases targetting ZIO 2 will be using the version 0.3.x

Thanks to @adamfraser and @swoogles for the work on ZIO 2 support!

v0.2.0-M3

28 Nov 02:02
c527099
Compare
Choose a tag to compare
v0.2.0-M3 Pre-release
Pre-release

What's Changed

Dependency Updates