Releases: kenany/get-random-values
Releases · kenany/get-random-values
3.0.0
3.0.0 (2023-09-21)
⚠ BREAKING CHANGES
- Node.js v14 and v16 are no longer supported.
Features
2.1.0
2.1.0 (2023-03-26)
Features
- add TypeScript declarations (9a7f39f)
2.0.0
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
1.2.2 (2020-08-25)
Bug Fixes
- update copyright year to 2020 (4761fef)
1.2.1
1.2.1 (2020-08-25)
Bug Fixes
1.2.0
- #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
- Fixed bug where browsers without crypto would try to use
require('crypto').randomBytes
- Removed extra semicolon
- testling
1.1.0
- #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
- #1: Added
.travis.yml
and build status badge
- #2: Added Gemnasium dependency status badge