apostrophecms / random-words

Generate one or more common English words. Intended for use as sample text, for example generating random blog posts for testing
MIT License
249 stars 72 forks source link

minLength: implement new parameter #14

Open iskrich opened 5 years ago

iskrich commented 5 years ago

Implementation #13 issue

There is a new var longestWord field related to longest word from current words data. minLength and maxLength are limits for a word. By default minLength=0, maxLength=longestWord.length

mihir-mehta commented 3 years ago

@iskrich I am looking for this functionality... can you merge this PR or is there any other workaround to achieve the same ?