effect@3.7.1
·
1728 commits
to main
since this release
Patch Changes
-
#3536
79859e7Thanks @mikearnaldi! - Optimize Array.sortWith to avoid calling the map function excesively -
#3516
f6a469cThanks @KhraksMamtsov! - support tacit usage forEffect.tapErrorTagandEffect.catchTag -
#3543
dcb9ec0Thanks @datner! - Align behavior ofStream.emptyto act likeStream.make()to fix behavior withNodeStream.toReadable -
#3545
79aa6b1Thanks @tim-smart! - fix Micro.forEach for empty iterables