Releases: AmrSaber/random
Releases · AmrSaber/random
v2.4.6
Fixes
- Fix security vulnerabilities
V2.4.3
Updates
- Update packages.
- Update actions.
- Add auto-release with merge to master.
V2.4.2
Updates
- Fix vulnerabilities (including
lodash
vulnerability).
- Update packages.
V2.4.1
Features
- Update float percision and its handling (extend the possible values and fix the bound).
- Fix issue in readme.
V2.4.0
Features
- Use a secure pseudo-random generator.
V2.3.0
Features
- Add
pick
command with options --number
and --delimiter
.
- Add
shuffle
command with the option --delimiter
.
V2.2.0
Features
- Add
--pad
option to array
command
- Add badges and lisence
V2.1.0
New Usecases
- Add boolean types [
true-false
, yes-no
, numeric
].
Codebase Updates
- Refactor helpers.
- Change string type constants (internally only).
V2.0.0
Breaking changes
- Change package name from
@amrsaber/rand-string
into random-generator-cli
Features
- Lower minimum node engine to
8.2.1
V1.1.0
Features
- Add
float
command, its tests and docs
- Remove the binray-search-like implementation for
getIntInRange
helper, and use Math.random
until a better method is found and is proven to be efficient.