Skip to content

Releases: bokub/chalk-animation

2.0.3

06 Sep 09:41
Compare
Choose a tag to compare
  • Upgrade dependencies to patch security issues

2.0.2

19 Apr 15:18
Compare
Choose a tag to compare
  • Reduce size of npm package

2.0.1

19 Apr 15:00
Compare
Choose a tag to compare
  • Documentation: fix import statement example in README.md

2.0.0

19 Apr 12:58
Compare
Choose a tag to compare
  • 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

19 Apr 12:55
Compare
Choose a tag to compare
  • Add karaoke effect

1.5.2

31 Mar 12:09
Compare
Choose a tag to compare
  • Updated dependencies for a better color support detection
  • Improved tests

1.5.1

27 Mar 05:59
Compare
Choose a tag to compare

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

Thanks to @sonnyg for spotting it

1.5.0

13 Mar 20:52
Compare
Choose a tag to compare

Multi-line support

Thanks to @rsp

1.4.0

28 Jan 15:01
Compare
Choose a tag to compare

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

28 Jan 14:58
Compare
Choose a tag to compare

Add the frame() and render() functions