Releases: santi100a/random-lib
Releases · santi100a/random-lib
Release v1.1.7
- Added
randomPhone
.
Release v1.1.6
- Fixed a major bug introduced on the previous version.
Release v1.1.5
- Split the library into different files (under
cjs/
) to allow partial loading of required features. - Added new randomizers:
randomBoolean
,randomHexColor
,randomPhrase
andrandomUUID
. - Added a UMD build.
Release v1.1.4
- Fixed a bug in
randomFromArray
which would let floats through as anamount
. - Added
randomDate
andrandomDates
. - Exported many internal constants and types.
- Improved documentation.
Release v1.1.3
- Added
randomLower
,randomUpper
,randomLetter
,randomLowers
,randomUppers
andrandomLetters
.
Release v1.1.2
- Added the
amount
parameter to therandomFromArray
function.
Release v1.1.1
- Added
randomIntegers
andrandomFloats
.