Skip to content

Releases: zio/zio-config

Release v3.0.5

21 Nov 13:35
467bc6c
Compare
Choose a tag to compare
Trying to fix the enum warnings that might prevent publish artifacts.…

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