Skip to content

Releases: erincones/cowsayjs

v2.0.0

24 Oct 19:09
Compare
Choose a tag to compare

Feature

  • Second phase finished. Customization, tests, code coverage and CI are correctly implemented.

Fixed

  • Remove paragraph about tests revision in README.md.

v1.2.3

24 Oct 18:48
Compare
Choose a tag to compare

Fixed

v1.2.2

24 Oct 18:47
Compare
Choose a tag to compare

Features

  • Setup CI with Github actions.
  • Add coverage test action workflow with Codecov.

To do

  • Setup CI.

v1.2.1

24 Oct 14:34
Compare
Choose a tag to compare

Features

  • Add nyc setup file and package.json script.
  • Add mocha setup file.
  • Add tests for custom cows and modes management.
  • Reference to original source code in README.md.
  • Update dependencies.

Fixed

  • Some cows designs have been fixed.
  • Box generation for empty messages.
  • Test script has been improved.

To do

  • Fix tests.
  • Setup CI.

v1.2.0

14 Oct 16:20
Compare
Choose a tag to compare

Features

Fixed

  • Don't export the parseArgs function from cli/index.js and rename the execArgs to exec.
  • Fix README.md badges.

To do

  • Fix tests.
  • Setup CI.

v1.1.4

13 Oct 23:12
Compare
Choose a tag to compare

Features

  • Name of custom cows for moo, cowsay and cowthink methods is not mandatory and ignored if it's provided.

Fixed

  • Custom cow usage in README.md file has been improved.
  • Version for help message of cli commands is taken from package.json file instead of hardcoding it.
  • Copyright year for help message of cli commands is taken from machine clock instead of hardcoding it.

To do

  • Fix tests.
  • Setup CI.

v1.1.3

07 Oct 23:01
Compare
Choose a tag to compare

Fixed

  • Cows design errors.

To do

  • Fix tests.
  • Setup CI.

v1.1.2

07 Oct 22:34
Compare
Choose a tag to compare

Features

  • New cows have been added.
  • Custom cows management feature.
  • Custom modes management feature.

Fixed

  • Type definitions.
  • Cow rendering function.
  • Box rendering function.
  • Cows design.

To do

  • Fix tests.
  • Add more cows.
  • Setup CI.
  • Add modes programmatically.
  • Add cows programmatically.

v1.0.7

07 Oct 13:37
Compare
Choose a tag to compare

Features

  • Update dependencies

Fixed

  • Type documentation comments:
    • CowRenderer
    • CowAllOptions
    • moo
    • cowsay
    • cowthink.

To do

  • Fix tests.
  • Add more cows.
  • Setup CI.
  • Add modes programmatically.
  • Add cows programmatically.

v1.0.5

29 Jun 22:28
Compare
Choose a tag to compare

Features

  • Add badges to README.md.
  • Update dependencies

Fixed

  • Independent testing of the cowsay and cowthink commands.

To do

  • Add modes programmatically.
  • Add cows programmatically.