v0.1.0
Initial release, which includes:
- Limit to number of words:
wordCount - Within a certain number of characters:
minLengthandmaxLength - 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:
caseto'keep','upper','lower','capital' - Supports passing in a custom word or phrase list
- Sort:
sortto'alphabetical', word'length', and'random'