Skip to content

Releases: zio/zio-config

Release v3.0.4

06 Nov 13:13
6fa0c76
Compare
Choose a tag to compare
Update Node.js to v18.12.1 (#945)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Release v2.0.9

07 Sep 08:22
f90c083
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.8...v2.0.9

Release v2.0.8

07 Sep 07:32
0d05f10
Compare
Choose a tag to compare

Fixed publishing of 2.0.7

Release v3.0.3

06 Sep 17:05
ded336c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

Release v2.0.7

06 Sep 17:05
10087c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

22 Aug 18:09
2b76747
Compare
Choose a tag to compare

v3.0.2

03 Aug 06:23
606a287
Compare
Choose a tag to compare

Introduce map and mapEither

With the introduction of map and mapEither users can now forget about writing back the config.
i.e, Its now possible to do things like string("AGE").map(_.toInt) or even better string("AGE").mapEither(str => Try(str.toInt).toEither)

v2.0.5

03 Aug 06:21
Compare
Choose a tag to compare

Introduce map and mapEither

With the introduction of map and mapEither users can now forget about writing back the config.
i.e, Its now possible to do things like string("AGE").map(_.toInt) or even better string("AGE").mapEither(str => Try(str.toInt).toEither)

v3.0.1

25 Jun 23:12
df7eba9
Compare
Choose a tag to compare

A few build clean ups and document updates

v3.0.0

25 Jun 01:49
Compare
Choose a tag to compare

The release mainly contains support for zio-2.0, along with other minor improvements that are as follows
#872 from yadavan88
#875 from sideeffffect
#876 from sideeffffect

Find the release note for ZIO-CONFIG-3.0.0 here

https://github.com/zio/zio-config/releases/tag/v3.0.0-RC6