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,randomPhraseandrandomUUID. - Added a UMD build.
Release v1.1.4
- Fixed a bug in
randomFromArraywhich would let floats through as anamount. - Added
randomDateandrandomDates. - Exported many internal constants and types.
- Improved documentation.
Release v1.1.3
- Added
randomLower,randomUpper,randomLetter,randomLowers,randomUppersandrandomLetters.
Release v1.1.2
- Added the
amountparameter to therandomFromArrayfunction.
Release v1.1.1
- Added
randomIntegersandrandomFloats.