Releases: nvie/itertools
Releases · nvie/itertools
v1.5.2
- Export
count()
function at the top level
v1.5.1
- 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
- Remove direct code dependency on regenerator-runtime (let @babel/runtime manage it)
v1.5.0-alpha0
- Remove direct code dependency on regenerator-runtime (let @babel/runtime manage it)
v1.3.2
- Export
filter
built-in at the top level
v1.3.1
- New build system
- Cleaner NPM package contents
v1.2.1
- Export
permutations()
at the top-level