You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix ESM build to contain import statements with full file extensions (#49) (2aad91d)
Refactor
internal logic fix in the multicast channel code (no public behavior impact) - ensure to mark a channel's iterator as closed for further pull attempts as soon as it realizes its parent channel itself had already ended/errored out (#47) (d11a74b)
Tests
split the single current test file into two - one having all the tests relevant only for the iterified function and the other all the tests relevant only for iterifiedUnwrapped (#48) (815d357)