All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v3.0.0 - 2022 02 22
- New random word generator:
randomEnglish()Generates text block with specified number of random English words.
- Introducing Types! We have converted to Typescript, and it is good.
- Added input sanitization to several functions that were missing it.
Skipped by accident
v1.0.0 - 2019 06 23
- Two random string functions:
azString()Generates a randomized uppercase(default) A-Z string of specified length. Optional second booblean argument toggles upper/lowercase.randomString()Generates a true random string of specified length
- Random word generator:
randomWords()Generates text block with specified number of random Latin words. All words intentionally begin with E or R.
- Updated readme to be more concise.
- Removed legacy code and tests:
makeRandom.ceil()makeRandom.floor()
- Initial Release
v3.0.2 - 2022 06 01
randomCaseString()Updated 'mode' to be optional
v3.0.1 - 2022 05 31
randomCaseString()Added support for generating random values from a full 62 options instead of randomizing letters- Flagged internal functions so they should no longer appear in typescript intellisense
v1.3.0 - 2022 01 29
flipCoin()Generates a random boolean valuerandomCaseString()Generates a true mixed-case random string of specified length
random()Fixed bug where defaulting to randomly returning 0 or 1 always returned 0
v1.2.2 - 2021 10 24
- Changelog tweaks
- Security updates
- Removed "Gluten Free" tag from Readme
v1.2.0 - 2019 07 05
- Added UUID tests
- Updated Readme
- Refactored tests
- No more Purify-Int dependency
v1.1.0 - 2019 06 29
randomUUID()Generate v4-compliant UUIDs
- Updated Readme
- Updated package.json tags
- Updated existing supported methods to promises
v0.1.6 - 2019 06 08
setRange()flexRange()
- Deprecated:
makeRandom.ceil()makeRandom.floor()
v0.1.5 - 2019 05 29
- changelog.md
- Updated badges
- Updated ownership details