Skip to content

v3.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 17 Apr 08:06

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