Skip to content

Releases: caarmen/rhymer

1.2.0: added parameter to limit results

11 Feb 19:18

Choose a tag to compare

Added optional maxResults parameter to Rhymer.getRhymingWords() to limit the number of results returned. By default, all results are returned, which is new behavior. Previously, "last-syllable" matches were omitted completely if better rhymes were available (strict or "last-two-syllables").

1.1.2: Prevent too many matches:

29 Oct 12:01

Choose a tag to compare

1.1.2: Prevent too many matches:

If a word has too many "last syllable" matches, but has some
strict or "last 2 syllable" matches, don't include any "last syllable" matches.

1.1.1: Filter out empty RhymeResults

29 Oct 12:02

Choose a tag to compare

v1.1.1

1.1.1: Filter out empty RhymeResults

1.1.0: added strict rhyming

25 Feb 19:23

Choose a tag to compare

v1.1.0

1.1.0: added strict rhyming

v1.0.0

14 Feb 04:56

Choose a tag to compare

First release.