Skip to content

v1.2.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 20:47
· 1 commit to master since this release

1.2.5 (2024-06-22)

Bug Fixes

  • 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)