Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 676 Bytes

File metadata and controls

20 lines (15 loc) · 676 Bytes

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.

[0.7.1]

Remove package rollup at ./build/index.mjs due to bundler incompatibilities.

[0.7.0]

Add a package rollup at ./build/index.mjs to support tree shaking.

[0.3.1]

Fixed

  • When the source for a batch operation is a synchronous iterable, exhaust the source before interleaving throttled items.
  • When a write is returned as unprocessed, do not yield the marshalled form.

[0.3.0]

Initial release