Skip to content

Releases: nvie/itertools

v1.5.2

04 Dec 07:48
Compare
Choose a tag to compare
  • Export count() function at the top level

v1.5.1

14 Sep 14:43
Compare
Choose a tag to compare
  • Internal change to make the code Flow 0.105.x compatible. Basically stops using array spreads ([...things]) in favor of Array.from().

v1.5.0

15 Aug 07:35
Compare
Choose a tag to compare
  • Remove direct code dependency on regenerator-runtime (let @babel/runtime manage it)

v1.5.0-alpha0

14 Aug 07:05
Compare
Choose a tag to compare
v1.5.0-alpha0 Pre-release
Pre-release
  • Remove direct code dependency on regenerator-runtime (let @babel/runtime manage it)

v1.3.2

28 Jan 09:28
Compare
Choose a tag to compare
  • Export filter built-in at the top level

v1.3.1

20 Jan 20:31
Compare
Choose a tag to compare
  • New build system
  • Cleaner NPM package contents

v1.3.0

05 Jun 10:33
Compare
Choose a tag to compare
  • Drop support for Node 7

v1.2.2

28 May 08:22
Compare
Choose a tag to compare

v1.2.1

15 May 07:40
Compare
Choose a tag to compare
  • Export permutations() at the top-level

v1.2.0

02 Apr 19:13
Compare
Choose a tag to compare
  • Add port of groupby() function (#87, thanks @sgenoud!)