All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
generatorWithLastValue
/asyncGeneratorWithLastValue
will passthrough function calls to underlyingGenerator
/AsyncGenerator
, in PR #65
- 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
0.2.1 - 2024-07-05
- Bumped dependencies, in PR #39
0.2.0 - 2024-06-16
- Added typed
Observable
fromcore-js-pure
, in PR #8 - Added
observableFromAsync
to convertAsyncIterable
intoObservable
in PR #9 - Added
IterableWritableStream
in PR #11 and #23 - Added
readableStreamValues
in PR #12, #14, and #30 - Added
observableSubscribeAsReadable
in PR #13 - Added
readableStreamFrom
in PR #15 and #22 - Added
generatorWithLastValue
/asyncGeneratorWithLastValue
in PR #17 - Added
asyncIteratorToAsyncIterable
in PR #18 - Added
iteratorDrop
,iteratorFlatMap
,iteratorFrom
,iteratorTake
,iteratorToArray
in PR #24 and #25 - Added Async Iterator Helpers from
core-js-pure
asasyncIterator*
in PR #28 and #29 - Added
observableValues
in PR #30
- 💥
iterable*
is nowiterator*
to align closer to TC39 iterator helper proposal, in PR #26 - Following functions will be using ponyfill from
core-js-pure
with types, in PR #24 and #25iteratorEvery
,iteratorFilter
,iteratorFind
,iteratorForEach
,iteratorMap
,iteratorReduce
,iteratorSome
- Bumped dependencies, in PR #7
0.1.0 - 2024-05-25
- First public release