Releases: schmich/spicy-proton
Releases · schmich/spicy-proton
2.1.5
- More corpus cleanup thanks to @highb
2.1.4
- More corpus cleanup thanks to @highb and Steve Axthelm
2.1.3
- Removed more nonsense words and words that could create NSFW combinations thanks to @barriserloth
2.1.2
- Removed words to avoid potentially NSFW/offensive combinations thanks to @highb
2.1.1
- Removed some nonsense words and initialisms
2.1.0
- Refactored code for disk/memory corpus management
- Added support for generating adverbs and verbs
2.0.2
- 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
- Fixed off-by-one error that could result in
nil
generated words
2.0.0
- Restored support for Ruby 1.9.x
- Removed colors, provide only adjectives and nouns
1.1.0
- Added
min
, max
, and length
constraints to generator functions
- Fixed
%%
formatting in format
method
- Restructured corpus storage