Skip to content

Releases: schmich/spicy-proton

2.1.5

19 Feb 01:42
2.1.5
Compare
Choose a tag to compare
  • More corpus cleanup thanks to @highb

2.1.4

04 Dec 01:19
2.1.4
Compare
Choose a tag to compare
  • More corpus cleanup thanks to @highb and Steve Axthelm

2.1.3

12 Nov 20:23
2.1.3
Compare
Choose a tag to compare
  • Removed more nonsense words and words that could create NSFW combinations thanks to @barriserloth

2.1.2

01 Nov 00:01
2.1.2
Compare
Choose a tag to compare
  • Removed words to avoid potentially NSFW/offensive combinations thanks to @highb

2.1.1

20 Sep 03:38
2.1.1
Compare
Choose a tag to compare
  • Removed some nonsense words and initialisms

2.1.0

08 Feb 17:59
2.1.0
Compare
Choose a tag to compare
  • Refactored code for disk/memory corpus management
  • Added support for generating adverbs and verbs

2.0.2

06 Feb 10:42
2.0.2
Compare
Choose a tag to compare
  • More efficient storage and reading for instance-based generation
  • Removed some nonsense words
  • Removed references to colors thanks to @geeksam
  • Fixed binary file issue on Windows

2.0.1

01 Feb 10:02
2.0.1
Compare
Choose a tag to compare
  • Fixed off-by-one error that could result in nil generated words

2.0.0

31 Jan 10:37
2.0.0
Compare
Choose a tag to compare
  • Restored support for Ruby 1.9.x
  • Removed colors, provide only adjectives and nouns

1.1.0

30 Jan 11:10
1.1.0
Compare
Choose a tag to compare
  • Added min, max, and length constraints to generator functions
  • Fixed %% formatting in format method
  • Restructured corpus storage