Skip to content

Releases: kenany/get-random-values

3.0.0

21 Sep 20:43
Compare
Choose a tag to compare

3.0.0 (2023-09-21)

⚠ BREAKING CHANGES

  • Node.js v14 and v16 are no longer supported.

Features

  • drop Node.js v14 and v16 (329c91b)

2.1.0

26 Mar 17:54
Compare
Choose a tag to compare

2.1.0 (2023-03-26)

Features

  • add TypeScript declarations (9a7f39f)

2.0.0

25 Jun 16:24
Compare
Choose a tag to compare

2.0.0 (2022-06-25)

⚠ BREAKING CHANGES

  • Node.js v10 and v12 are no longer supported.

Features

  • drop Node.js v10 and v12 support (1e727b9)

1.2.2

25 Aug 20:42
Compare
Choose a tag to compare

1.2.2 (2020-08-25)

Bug Fixes

  • update copyright year to 2020 (4761fef)

1.2.1

25 Aug 20:28
Compare
Choose a tag to compare

1.2.1 (2020-08-25)

Bug Fixes

1.2.0

08 Jan 15:15
1.2.0
57b6cd4
Compare
Choose a tag to compare
  • #4: A TypeError is now thrown if you attempt to use Node.js crypto on anything but an Uint8Array
  • #6: Mutated array/buffer is now returned
  • #7: Added a missing semicolon
  • #8: tape@^4.4.0
  • #9: lodash.foreach@^3.0.3
  • #10: lodash.isfunction@^3.0.6
  • #11: Removed testling stuff
  • #12: Updated copyright year

1.1.1

18 Sep 16:19
1.1.1
Compare
Choose a tag to compare
  • Fixed bug where browsers without crypto would try to use require('crypto').randomBytes
  • Removed extra semicolon
  • testling

1.1.0

05 Sep 19:09
1.1.0
Compare
Choose a tag to compare
  • #3: Removed broquire dependency is favor of the browser field in package.json. This means one less dependency whilst still preventing browserify from shimming Node.js crypto.

1.0.1

07 Aug 16:08
1.0.1
Compare
Choose a tag to compare
  • #1: Added .travis.yml and build status badge
  • #2: Added Gemnasium dependency status badge

1.0.0

07 Aug 04:08
1.0.0
Compare
Choose a tag to compare

Initial release