Skip to content

Releases: zio/zio-config

v1.0.0-RC2

23 Nov 10:13
bb79a3a
Compare
Choose a tag to compare

Compatible with ZIO 1.0.0-RC17.

v1.0.0-RC1

23 Nov 09:31
Compare
Choose a tag to compare
Feature/source compositions (#113)

* Follow up PR: rename flatten and use Vector

* Rename flatten

* Add build set up for website

* Add build config for microsite

* Rename to config

* WIP: Move away from strings, and composing sources

* Add more fixes

* First version of config source dependencies

* Had to remove variance annotation temporarily to get over GADT skolen issues

* Make examples run

* Composing source, multiple sources

* Composing source, multiple sources

* Multiple sources

* Valid source

* Error accumulation

* Update the nested example

* Make run all examples

* Fix compile time errors

* Make changes to documentation

* Fix the documentation

* More documentation

* More docs

* Fix headings

* Principles

* Principles

* Add better docs

* Add more documents

* Add better docs

* Better docs

* add docs

* add docs

* Add more documentation

* Orthogonal doc and report

* Call docs

* Fix examples

* Fix orthogonality

* Workaround GADT skolem and bring about better type inference

* change changeSource to updateSource

* Convert K1 to String

* Clean up website

* Format propery trip

* Remove type alias

* Final refactor

* Make docs compilable

* Update the read docs

* Compile the write

* Add docs

* Make examples work

* Add better docs

* Add better docs

* Update ReadErrorsTest.scala

* Update CoproductTest.scala