Effect
Version 4.0.0-beta.30
Patch Changes
-
#1675
c88e5b7Thanks @gijsbartman! - Fix consolePretty ignoring explicit colors option in non-TTY environments.When colors is explicitly set to true, prettyLoggerTty was still gating it with processStdoutIsTTY check, making it impossible to enable colors in non-TTY environments like Vite dev server.
-
#1690
947d0e4Thanks @gcanti! - FixCause.hasInterruptsOnlyto returnfalsefor empty causes. -
#1620
7517908Thanks @kitlangton! - FixTaggedUnion.matchto useUnifyfor return types, allowing branches to return distinct Effect types that are properly merged. -
#1680
a49ecd5Thanks @KhraksMamtsov! - make HttpClientResponse pipeable -
#1681
6993e33Thanks @mikearnaldi! - Add an optionalmessagefield toEffect.ignoreandEffect.ignoreCausefor custom log output. -
#1695
514f2a2Thanks @gcanti! - Remove unused APIs from theUtilsmodule. -
#1644
3214b47Thanks @patroza! - fix: update Service interface to use ‘this: void’ in ‘of’ method signatures -
#1693
95ec5edThanks @tim-smart! - fix cli subcommand context