Releases: MothScientist/goProgressBar
Releases · MothScientist/goProgressBar
v.1.1.0
- Added the ability to change the spinner
- Added built-in spinners and fillers
- Expanded the number of built-in colors
- Significantly optimized the function for generating the progress bar string: takes up ~25% fewer bytes than before.
- The speed of the render() function has been increased by ~3-4 times.
- Added tests.
- The Update(i) function now returns 2 parameters: (string, error)