Releases: erincones/cowsayjs
Releases · erincones/cowsayjs
v2.0.0
v1.2.3
v1.2.2
v1.2.1
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
Features
- Add CHANGELOG.md file.
- Add any version of node to engines in
package.json
. - Update dependencies.
Fixed
- Don't export the
parseArgs
function from cli/index.js and rename theexecArgs
toexec
. - Fix
README.md
badges.
To do
- Fix tests.
- Setup CI.
v1.1.4
Features
- Name of custom cows for
moo
,cowsay
andcowthink
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
v1.1.2
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.