·
1 commit
to refs/heads/main
since this release
[0.3.0] - 2025-04-02
Added
generatorWithLastValue
/asyncGeneratorWithLastValue
will passthrough function calls to underlyingGenerator
/AsyncGenerator
, in PR #65readableStreamValues
now allows early breakage viaAbortSignal
, in PR #69readableStreamValuesWithSignal
extendsReadableStream.values
to support early termination viaAbortSignal
, in PR #71
Changed
- Added ESLint import/export syntax, in PR #43
- Added
publint
, in PR #45 - Bumped dependencies, in PR #65
- Development dependencies
@babel/[email protected]
@babel/[email protected]
@testing-library/[email protected]
@tsconfig/[email protected]
@types/[email protected]
@types/[email protected]
@types/[email protected]
@types/[email protected]
@typescript-eslint/[email protected]
@typescript-eslint/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
- Development dependencies
Removed
- 💥
readableStreamValues
is removed in favor of nativeReadableStream.values
, in PR #71