Releases: leebyron/iterall
Releases · leebyron/iterall
v1.3.0
- Improved TypeScript definitions (#50, 7695572)
- AsyncIterators now include
throw()
and return()
methods (#48)
v1.2.2
Fixes an issue where metro
or haul
packagers could fail to build (#42)
v1.2.1
Fixes:
- Support for Flow v0.66 by publishing separate index.js.flow files. (#40)
v1.2.0
New:
Iterall now publishes .mjs files alongside .js files which contain native export statements. This allows its use with other libraries which seek to publish .mjs files and allows for tree shaking to drop any functions you might not be using with packagers like rollup or webpack. (#34)
v1.1.4
- Fixed an issue where using bluebird as the global Promise polyfill caused warnings (#31)
v1.1.3
Fixes:
- Fixed issue introduced in v1.1.2 where errors within forAwaitEach are not caught (#27, #28)
v1.1.2
Fixes:
- Fixed memory leak in
forAwaitEach
(#25)
v1.1.1
Fixes:
- Improvements to Flow types
v1.1.0
- Improvements to Flow and Typescript type definitions
- Support for AsyncIterable with a new family of methods available:
$$asyncIterable
isAsyncIterable
getAsyncIterator
getAsyncIteratorMethod
createAsyncIterator
forAwaitEach
v1.0.3
Fixed type definitions for latest TypeScript (#12)