UNPKG

asyncreiterable

Version:

An AsyncReiterable is an append-only collection that allows multiple asynchronous iterations.

26 lines (17 loc) 860 B
# Changelog All notable changes to this project will be documented in this file. <a name="v2.0.0"></a> ## [v2.0.0](https://github.com/rubensworks/asyncreiterable.js/compare/v1.2.0...v2.0.0) - 2020-07-08 ### Changed * [Update to asynciterator 3](https://github.com/rubensworks/asyncreiterable.js/commit/b637b26648dd0306927012bdbc25185eb6209b1c) <a name="v1.2.0"></a> ## [v1.2.0](https://github.com/rubensworks/asyncreiterable.js/compare/v1.1.1...v1.2.0) - 2020-04-30 ### Changed * [Enable strict typings](https://github.com/rubensworks/asyncreiterable.js/commit/6719993629249e8ce5d1df62ecc7bb174fc43bb7) <a name="v1.1.1"></a> ## [v1.1.1](https://github.com/rubensworks/asyncreiterable.js/compare/v1.1.0...v1.1.1) - 2019-01-31 ### Fixed * Fix AsyncReiterableArray mutating input array <a name="v1.1.0"></a> ## [v1.1.0] - 2019-01-31 Start logging changes