Skip to content

Releases: AmrSaber/random

v2.4.6

18 Jul 13:24
7129470
Compare
Choose a tag to compare

Fixes

  • Fix security vulnerabilities

V2.4.3

30 Apr 18:24
Compare
Choose a tag to compare

Updates

  • Update packages.
  • Update actions.
  • Add auto-release with merge to master.

V2.4.2

22 Jul 21:09
Compare
Choose a tag to compare

Updates

  • Fix vulnerabilities (including lodash vulnerability).
  • Update packages.

V2.4.1

29 Apr 20:58
Compare
Choose a tag to compare

Features

  • Update float percision and its handling (extend the possible values and fix the bound).
  • Fix issue in readme.

V2.4.0

11 Apr 19:53
Compare
Choose a tag to compare

Features

  • Use a secure pseudo-random generator.

V2.3.0

09 Apr 03:32
Compare
Choose a tag to compare

Features

  • Add pick command with options --number and --delimiter.
  • Add shuffle command with the option --delimiter.

V2.2.0

09 Apr 02:58
Compare
Choose a tag to compare

Features

  • Add --pad option to array command
  • Add badges and lisence

V2.1.0

03 Apr 16:59
Compare
Choose a tag to compare

New Usecases

  • Add boolean types [true-false, yes-no, numeric].

Codebase Updates

  • Refactor helpers.
  • Change string type constants (internally only).

V2.0.0

03 Apr 00:08
Compare
Choose a tag to compare

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

02 Apr 22:52
Compare
Choose a tag to compare

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.