Skip to content

Releases: kennethormandy/word-o-mat

v0.1.1

07 Nov 21:39
Compare
Choose a tag to compare
  • Fixes missing dependency from package.json

v0.1.0

07 Nov 21:24
Compare
Choose a tag to compare

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'