Skip to content

Latest commit

 

History

History
103 lines (83 loc) · 6.91 KB

CHANGELOG.md

File metadata and controls

103 lines (83 loc) · 6.91 KB

Changelog

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.

Added

  • generatorWithLastValue/asyncGeneratorWithLastValue will passthrough function calls to underlying Generator/AsyncGenerator, in PR #65

Changed

0.2.1 - 2024-07-05

Changed

Fixed

  • Fixed ESM imports under Node.js, in PR #37 and #38

0.2.0 - 2024-06-16

Added

  • Added typed Observable from core-js-pure, in PR #8
  • Added observableFromAsync to convert AsyncIterable into Observable 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 as asyncIterator* in PR #28 and #29
  • Added observableValues in PR #30

Changed

0.1.0 - 2024-05-25

  • First public release