8000 Tags · stsatlantis/zio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: stsatlantis/zio

Tags

v2.0.0-M4

Toggle v2.0.0-M4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Compilation Error On ZIO 2 Branch (zio#5770)

* fix compilation error

* fix deprecation warnings

v2.0.0-M3

Toggle v2.0.0-M3's commit message
Merge branch 'master' of https://github.com/zio/zio into series/2.x

v1.0.12

Toggle v1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handle empty pull (zio#5651)

v2.0.0-M2

Toggle v2.0.0-M2's commit message
Merge branch 'master' of https://github.com/zio/zio into series/2.x

v1.0.11

Toggle v1.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update zio-aws-core, zio-aws-ec2, ... to 3.17.23.1 (zio#5430)

v2.0.0-M1

Toggle v2.0.0-M1's commit message
Merge branch 'series/2.x' of https://github.com/zio/zio into series/2.x

v1.0.10

Toggle v1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix bug in flatmappar (zio#5325)

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix publishing issue (zio#5168)

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement ZStream.fromBlockingIterator (zio#5067)

v2.0.0-RC0

Toggle v2.0.0-RC0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Compile-time ZLayer construction (zio#4908)

* implement provideLayerAuto and provideCustomLayerAuto

* add provideLayerAuto (and variants) to Spec

* add simple ansi coloring/style support for auto layer

* implement ZLayer.fromAuto and ZLayer.fromAutoDebug

* implement fromLayerAuto fromCustomLayerAuto for dotty

* improve dotty provideLayer macros

* implement autoLayer macros for Spec for Dotty

* add ZLayer.fromAutoDebug for Dotty

* replace LayerLike type class with initial encoding

* implement auto-memoization for dotty

* implement auto-memoization for auto-layer for Scala 2.x

* renaming and minor refactoring

* add ZLayer.fromSomeAuto

* test nested, aliased intersection types for auto layer

* report non-Has types in auto layer for dotty

* report error when not using proper var args dotty

* add provideLayerAuto for ZStream

* add provideLayerAuto for ZManaged and Schedule

* rename provideLayer to provideLayerManual and provideLayerAuto to provideLayer

* remove ZLayer.fromAutoDebug (too niche for now)

* add provideSomeLayerAuto for ZIO and ZManaged

* use replicateM combinator where possible

* improve CleanCodeRenderer and add specs

* improve inject for complex types and renaming

* clean up test

* update auto-layer wiring

* make layer debug more colorful

* fix docs

* rename provideLayer methods back to original

Update index.md

Update has.md
0