Chalk Animation Versions Save

:clapper: Colorful animations in terminal output

2.0.3

1 year ago
  • Upgrade dependencies to patch security issues

2.0.2

2 years ago
  • Reduce size of npm package

2.0.1

2 years ago
  • Documentation: fix import statement example in README.md

2.0.0

2 years ago
  • chalk-animation now needs Node.js >=12. For older versions, please keep using version 1.6.0
  • chalk-animation is now pure ESM. Please read this
  • Updated dependencies, especially chalk + gradient-string, which massively improves performance , and brings a better color detection.
  • Patched security issues contained in old dependencies
  • Deployment is done using GitHub Actions instead of Travis CI

Fixes #20 #21 #22

1.6.0

2 years ago
  • Add karaoke effect

1.5.2

6 years ago
  • Updated dependencies for a better color support detection
  • Improved tests

1.5.1

6 years ago

Fix a bug occurring when using the replace() feature.

Thanks to @sonnyg for spotting it

1.5.0

6 years ago

Multi-line support

Thanks to @rsp

1.4.0

6 years ago

Command line interface extended:

  • New --speed flag that allows users to control the value passed to speed parameter in effect(text, speed)
  • New --duration flag that allows users to specify how long the animation should be performed before exiting the program.

Thanks to @marionebl

1.3.0

6 years ago

Add the frame() and render() functions