All Versions
35
Latest Version
Avg Release Cycle
70 days
Latest Release
186 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.0 Changes
August 05, 2022- ๐ Fix ANSI control sequences in Jupyter notebooks (#176, #193, #195)
- โฌ๏ธ Drop Python 3.6 support
- โ Add Python 3.10 support
- โก๏ธ Update dependencies
- Replace termcolor with termcolor-whl (#171)
- โก๏ธ Update cli-spinners to
v2.7.0
-
v2.1.0 Changes
August 14, 2021- Ensure cursor is visible in case of failures (#152)
- Convert Spinner to dataclass; make it mutable (#151)
- ๐ Support for dynamic text objects (#147)
- โ Remove extra files from site-packages (#135)
- โก๏ธ Update dependencies
-
v2.0.0 Changes
May 25, 2021- โฌ๏ธ Drop Python 2.7 and 3.5 support
- ๐ Make
termcolor
an external dependency - ๐ท Run CI tests under Ubuntu 20.04
- โก๏ธ Update dependencies
-
v1.5.0 Changes
March 21, 2021- โก๏ธ Update cli-spinners to
v2.6.0
- โก๏ธ Update dependencies
- โก๏ธ Update cli-spinners to
-
v1.4.1 Changes
February 28, 2021- ๐ Fix timer round-up behavior (#118)
-
v1.4.0 Changes
February 21, 2021- โ Add spinner timer (#99, #108)
- ๐ fix(#107): use
poetry_core
as build backend - ๐ fix(#34): allow
write()
to print non-string objects - โก๏ธ Update dependencies
-
v1.3.0 Changes
January 17, 2021- Optimization: wait of stop event instead of sleep
- โก๏ธ Update dependencies
-
v1.2.0 Changes
October 19, 2020- โก๏ธ Update cli-spinners to
v2.5.0
(#89 ) - โ Add support for Python 3.9 (#87)
- โก๏ธ Update cli-spinners to
-
v1.1.0 Changes
October 04, 2020- โ Add
hidden()
context manager (#68) - ๐ Fix
hidden()
exceptions handling (#70) - Replace coveralls.io with codecov.io for code coverage (#83)
- โก๏ธ Update dev dependencies (#82)
- โ Add
-
v1.0.0 Changes
August 02, 2020- ๐ "Stabilize" yaspin;
1.*
branch will contain stable release with Python 2 ๐ support. Drop Python 2 and switch to Python 3 completely is planned for versions2.*
.
- ๐ "Stabilize" yaspin;