iterall

🌻 Minimal zero-dependency utilities for using Iterables in all JavaScript environments.

MIT License

Downloads
12.4M
Stars
816
Committers
12

Bot releases are hidden (Show)

iterall - Latest Release

Published by leebyron almost 5 years ago

  • Improved TypeScript definitions (#50, 76955729dab854b23d98370fcc89796bc6b20679)
  • AsyncIterators now include throw() and return() methods (#48)
iterall -

Published by leebyron over 6 years ago

Fixes an issue where metro or haul packagers could fail to build (#42)

iterall -

Published by leebyron over 6 years ago

Fixes:

  • Support for Flow v0.66 by publishing separate index.js.flow files. (#40)
iterall -

Published by leebyron over 6 years ago

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)

iterall -

Published by leebyron over 6 years ago

  • Fixed an issue where using bluebird as the global Promise polyfill caused warnings (#31)
iterall -

Published by leebyron about 7 years ago

Fixes:

  • Fixed issue introduced in v1.1.2 where errors within forAwaitEach are not caught (#27, #28)
iterall -

Published by leebyron about 7 years ago

Fixes:

  • Fixed memory leak in forAwaitEach (#25)
iterall -

Published by leebyron over 7 years ago

Fixes:

  • Improvements to Flow types
iterall -

Published by leebyron over 7 years ago

  • Improvements to Flow and Typescript type definitions
  • Support for AsyncIterable with a new family of methods available:
    • $$asyncIterable
    • isAsyncIterable
    • getAsyncIterator
    • getAsyncIteratorMethod
    • createAsyncIterator
    • forAwaitEach
iterall -

Published by leebyron almost 8 years ago

Fixed type definitions for latest TypeScript (#12)

iterall -

Published by leebyron over 8 years ago

  • Documentation improvements, now including definitions for Iterable and Iterator themselves.
  • $$iterator
iterall -

Published by leebyron over 8 years ago

  • Improvements to flow/typescript definitions.
  • Improvements to documentation.
  • Addition of the isArrayLike function.
iterall -

Published by leebyron over 8 years ago

Initial release