Skip to content

Releases: sindresorhus/crypto-random-string

v5.0.0

10 May 06:17
Compare
Choose a tag to compare

Breaking

Improvements

v4.0.0...v5.0.0

v4.0.0

05 Apr 08:12
Compare
Choose a tag to compare

Breaking

v3.3.1...v4.0.0

v3.3.1

12 Feb 10:17
Compare
Choose a tag to compare
  • Fix types for options, which are actually required (#35) 4bb1c0a

v3.3.0...v3.3.1

v3.3.0

03 Sep 13:21
Compare
Choose a tag to compare

v3.2.0...v3.3.0

v3.2.0

07 Mar 05:52
Compare
Choose a tag to compare

v3.1.0...v3.2.0

v3.1.0

12 Jan 07:24
Compare
Choose a tag to compare

v3.0.1

17 Jun 09:12
Compare
Choose a tag to compare
  • Fix a duplicate character in the urlSafeCharacters list (#10) 3c4424b
  • Make the argument validation stricter ab8ab11

v3.0.0...v3.0.1

v3.0.0

08 May 20:02
Compare
Choose a tag to compare

Breaking:

  • Move the length argument to an options-object 16a6364
    cryptoRandomString(10);cryptoRandomString({length: 10});

Enhancements:

  • Add type and characters options (#4) 51402ba

v2.0.0...v3.0.0

v2.0.0

09 Apr 19:50
Compare
Choose a tag to compare

Breaking:

Enhancements:

v1.0.0...v2.0.0