Skip to content

Releases: sckott/cowsay

cowsay v0.9.0

02 Nov 15:57
2cb88e4
Compare
Choose a tag to compare
  • remove multicolor temporarily as it is no longer on CRAN (#86)
  • use new special "sentinel" "PACKAGE" prefixed with an underscore for the package level manual file (84)
  • new animals alligator, goldfish, stegosaurus, whale, and wolf from @harriscw (#79)

cowsay v0.8.2

07 Mar 16:48
d2c105c
Compare
Choose a tag to compare
  • makes sure to use a suggested package multicolor conditionally throughout the package (tests, examples, vignettes)

cowsay v0.8.0

06 Feb 20:01
Compare
Choose a tag to compare

NEW FEATURES

  • say() parameter what loses the fillerama options ("arresteddevelopment", "doctorwho", "dexter", "futurama", "holygrail", "simpsons", "starwars", "loremipsum") because the API is down
  • gains two squirrels squirrel and squirrel2 (#74) from @marionlouveaux
  • gains chuck norris chuck (#62) from @bgreenwell
  • the type parameter in say() gains new option print, the default option in non-interactive environments. type="print" will cat() output (#70) (#72)

MINOR IMPROVEMENTS

  • standardize spacing above first line in animals (#68) (#69)
  • add examples to readme of using colors (#73)

BUG FIXES

  • fix to use of colors: if colors can not be used in certain computing environments, tell users that and set colors to NULL (#65) (#66)

cowsay v0.7.0

17 Sep 22:59
Compare
Choose a tag to compare

NEW FEATURES

  • cowsay now supports colors via the multicolor package from Amanda Dobbyn. supports coloring by the thing being said (new what_color parameter) or the thing saying it (new by_color parameter). supports more than one color. thanks Amanda! (#59) (#61)

cowsay v0.6.0

15 May 17:49
Compare
Choose a tag to compare

BUG FIXES

  • Fix catfact API usage (#56) (#57

cowsay v0.5.0

16 Dec 02:54
Compare
Choose a tag to compare

NEW FEATURES

MINOR IMPROVEMENTS

  • removed broken link from readme and pkg (#43)
    thanks @apjanke

BUG FIXES

v0.4.0

13 Oct 01:06
Compare
Choose a tag to compare

Released to CRAN