Releases: erincones/cowsayjs
Releases · erincones/cowsayjs
v1.0.4
Fixed
- Fix action for
cowthink
when options is not given.
To do
v1.0.3
Fixed
- Fix #1: ES6 example code is not using the right format.
To do
v1.0.2
Fixed
- Documentation misspellings.
To do
v1.0.0
Features
- Receive the one argument with all options or traditional two arguments with the message and options separately.
- Improve the documentation.
To do
v0.3.5
Fixed
- Fatal bug when wrap is a string with not valid integer format.
Features
- Simplify tests without affect the coverage.
To do
v0.3.3
Features
- How to pipe messages example now available in README.md.
To do
v0.3.2
Fixed
- Code blocks in README.md.
- Version number for cli commands help output.
To do
v0.3.1
Fixed
- Default eyes to
".."
for the small cow when a empty eyes string is provided.
- Eyes spacing for the udder cow when the eyes string is only one character.
- Special wrapping cases.
To do