effect@3.10.10
·
1476 commits
to main
since this release
Patch Changes
-
#3893
cd720aeThanks @tim-smart! - support "dropping" & "sliding" strategies in Mailbox -
#3893
cd720aeThanks @tim-smart! - add Mailbox.fromStream api -
#3886
b631f40Thanks @fubhy! - OptimizedBase64.decodeby not capturing the padding characters in the underlying array buffer.Previously, the implementation first captured the padding characters in the underlying array buffer and
then returned a new subarray view of the buffer with the padding characters removed.By not capturing the padding characters, we avoid the creation of another typed array instance for the
subarray view.