Skip to content

Tags: shtaif/iterified

Tags

v1.2.5

Toggle v1.2.5's commit message
chore(release): 1.2.5 [skip ci]

## [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))

v1.2.4

Toggle v1.2.4's commit message
chore(release): 1.2.4 [skip ci]

## [1.2.4](v1.2.3...v1.2.4) (2023-09-29)

### Refactor

* internal code refactoring to simplify and untangle a bit the processes that happen across mainly `createMulticastChannel.ts` and `iterified.ts` ([#43](#43)) ([cc8f333](cc8f333))

### Tests

* edit test titles' wording ([#42](#42)) ([d636e3a](d636e3a))

### Documentation

* edit and add some more JSDocs ([#46](#46)) ([a7141ec](a7141ec))
* small assorted edits across `README.md` ([#45](#45)) ([ec15cde](ec15cde))

v1.2.3

Toggle v1.2.3's commit message
chore(release): 1.2.3 [skip ci]

## [1.2.3](v1.2.2...v1.2.3) (2023-09-18)

### Bug Fixes

* synchronous exceptions thrown from executor function causing consecutive pulls past the initial rejected one to hang indefinitely without resolving ([#41](#41)) ([e36faf4](e36faf4))

v1.2.2

Toggle v1.2.2's commit message
chore(release): 1.2.2 [skip ci]

## [1.2.2](v1.2.1...v1.2.2) (2023-09-17)

v1.2.1

Toggle v1.2.1's commit message
chore(release): 1.2.1 [skip ci]

## [1.2.1](v1.2.0...v1.2.1) (2023-09-17)

v1.2.0

Toggle v1.2.0's commit message
chore(release): 1.2.0 [skip ci]

# [1.2.0](v1.1.1...v1.2.0) (2023-09-04)

### Features

* introduce a named type to represent the teardown function, export as part of public API ([#33](#33)) ([6ca035b](6ca035b))

v1.1.1

Toggle v1.1.1's commit message
chore(release): 1.1.1 [skip ci]

## [1.1.1](v1.1.0...v1.1.1) (2023-09-03)

v1.1.0

Toggle v1.1.0's commit message
chore(release): 1.1.0 [skip ci]

# [1.1.0](v1.0.9...v1.1.0) (2023-08-31)

### Features

* rename public type `Iterified` to `IterifiedIterable`, keep old one as deprecated for backwards-compat ([#27](#27)) ([eaf6549](eaf6549))

v1.0.9

Toggle v1.0.9's commit message
chore(release): 1.0.9 [skip ci]

## [1.0.9](v1.0.8...v1.0.9) (2023-08-29)

### Bug Fixes

* upgrading deps to fix nanoid dep vulnerability reported on https://github.com/shtaif/iterified/security/dependabot/1 ([#24](#24)) ([22de6e6](22de6e6))

v1.0.8

Toggle v1.0.8's commit message
chore(release): 1.0.8 [skip ci]

## [1.0.8](v1.0.7...v1.0.8) (2023-08-27)

### Bug Fixes

* remove type declarations and arguments of iterator done values which slipped out before they were intended to ([#22](#22)) ([68fdc8c](68fdc8c))