Releases: sindresorhus/random-item
Releases · sindresorhus/random-item
v3.0.0
Breaking:
- Remove handling of iterables, only allow arrays as input (#2) deff795
It doesn't make sense to accept iterables when we don't take advantage of it internally. Users can just instead use ...iterable
which turns it into an array that the module accepts.
v2.0.0...v3.0.0