Patch Changes
-
#3536
79859e7
Thanks @mikearnaldi! - Optimize Array.sortWith to avoid calling the map function excesively -
#3516
f6a469c
Thanks @KhraksMamtsov! - support tacit usage forEffect.tapErrorTag
andEffect.catchTag
-
#3543
dcb9ec0
Thanks @datner! - Align behavior ofStream.empty
to act likeStream.make()
to fix behavior withNodeStream.toReadable
-
#3545
79aa6b1
Thanks @tim-smart! - fix Micro.forEach for empty iterables