itertools

TypeScript port of Python's awesome itertools stdlib.

MIT License

Downloads
13K
Stars
145
Committers
11

Bot releases are hidden (Show)

itertools - v1.5.2

Published by nvie almost 5 years ago

  • Export count() function at the top level
itertools - v1.5.1

Published by nvie about 5 years ago

  • Internal change to make the code Flow 0.105.x compatible. Basically stops using array spreads ([...things]) in favor of Array.from().
itertools - v1.5.0

Published by nvie about 5 years ago

  • Remove direct code dependency on regenerator-runtime (let @babel/runtime manage it)
itertools - v1.5.0-alpha0

Published by nvie about 5 years ago

  • Remove direct code dependency on regenerator-runtime (let @babel/runtime manage it)
itertools -

Published by nvie over 5 years ago

  • Export filter built-in at the top level
itertools -

Published by nvie over 5 years ago

  • New build system
  • Cleaner NPM package contents
itertools -

Published by nvie over 6 years ago

  • Drop support for Node 7
itertools -

Published by nvie over 6 years ago

itertools -

Published by nvie over 6 years ago

  • Export permutations() at the top-level
itertools -

Published by nvie over 6 years ago

  • Add port of groupby() function (#87, thanks @sgenoud!)
itertools -

Published by nvie almost 7 years ago

  • Properly declare dependency on the regenerator-runtime
itertools -

Published by nvie almost 7 years ago

  • Fix bug in cycle() with infinite inputs
itertools -

Published by nvie almost 7 years ago

  • Add roundrobin()
  • Add intersperse()