Skip to content

Tags: zio/zio-prelude

Tags

v1.0.0-RC31

Toggle v1.0.0-RC31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Magnolia derivation for Debug typeclass (#1371)

v1.0.0-RC30

Toggle v1.0.0-RC30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add: `ZValidation#isSuccess` & `ZValidation#isFailure` (#1367)

v1.0.0-RC29

Toggle v1.0.0-RC29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure green CI with re-actors/alls-green (#1358)

v1.0.0-RC28

Toggle v1.0.0-RC28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Scala Native 0.5.x (#1351)

v1.0.0-RC27

Toggle v1.0.0-RC27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: `SubtypeCustom[A]` should behave like subtype of `A` (#1328)

* Add test validating that passing a `Subtype[String]` and a `SubtypeCustom[String]` to a function asking for a `String` does compile

* clean

* Fix: `SubtypeCustom[A]` should behave like subtype of `A`

* Add missing `override`

v1.0.0-RC26

Toggle v1.0.0-RC26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bring Ring-like structures to ZIO Prelude (#351)

v1.0.0-RC25

Toggle v1.0.0-RC25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimize execution of `ZPure` (#1306)

* Optimizations for ZPure runloop

* Improve Fold

* Use `packed0 != 1`

* One more test for sanity's safe

* Final cleanups

* Reimplement runloop via a Runner class and use thread locals to cache runners

* Cleanup Fail loop

v1.0.0-RC24

Toggle v1.0.0-RC24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add tap and unit to ZValidation (#1299)

v1.0.0-RC23

Toggle v1.0.0-RC23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Shortcut `foreach` on empty collections (#1252)

v1.0.0-RC22

Toggle v1.0.0-RC22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove redundant Abstractions diagram file (#1241)