v0.1.0
Initial release, which includes:
- Limit to number of words:
wordCount
- Within a certain number of characters:
minLength
andmaxLength
- Select language:
lang
, include original word-o-mat word lists - Define case-sensitive key characters via a string:
requiredCharacters
- Require only key characters:
requiredCharactersOnly
- Change case:
case
to'keep'
,'upper'
,'lower'
,'capital'
- Supports passing in a custom word or phrase list
- Sort:
sort
to'alphabetical'
, word'length'
, and'random'