Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 08 Apr 04:14

Breaking

  • Require Node.js 18 c1a6a94
  • Changed from a default export to a named export called consecutiveUniqueRandom (#25) 858646b
-import uniqueRandom from 'unique-random';
+import {consecutiveUniqueRandom} from 'unique-random';

Improvements

v3.0.0...v4.0.0