Skip to content

v0.1.0

Compare
Choose a tag to compare
@kennethormandy kennethormandy released this 07 Nov 21:24
· 20 commits to master since this release

Initial release, which includes:

  • Limit to number of words: wordCount
  • Within a certain number of characters: minLength and maxLength
  • 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'