Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.2.5](v1.2.4...v1.2.5) (2024-06-22) ### Bug Fixes * fix ESM build to contain `import` statements with full file extensions ([#49](#49)) ([2aad91d](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](#47)) ([d11a74b](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](#48)) ([815d357](815d357))
- Loading branch information