Skip to content

Releases: pavdmyt/yaspin

v1.5.0

21 Mar 19:23
0f84f42
Compare
Choose a tag to compare
  • Update cli-spinners to v2.6.0
  • Update dependencies

v1.4.1

28 Feb 19:08
b8dfdb3
Compare
Choose a tag to compare
  • Fix timer round-up behavior (#118 )

v1.4.0

21 Feb 11:05
8d6e96b
Compare
Choose a tag to compare
  • Add spinner timer (#99, #108)
  • Fix #107: Use poetry_core as build backend (#113 )
  • Fix #34: allow write() to print non-string objects (#111 )
  • Update dependencies

v1.3.0

17 Jan 17:29
2c78d24
Compare
Choose a tag to compare
  • Optimization: wait of stop event instead of sleep (#97)
  • Fix #78: Makefile color codes
  • Update dependencies

v1.2.0

19 Oct 20:56
19f2d96
Compare
Choose a tag to compare

v1.1.0

04 Oct 13:19
fefdc93
Compare
Choose a tag to compare

v1.0.0

02 Aug 11:31
6ce8d09
Compare
Choose a tag to compare
  • "Stabilize" yaspin in it's current state, with support for both Python 2 and 3. Py3-only release is planned for yaspin v2.0.0.

v0.18.0

21 Jul 07:40
952dd64
Compare
Choose a tag to compare

v0.17.0

08 May 12:48
fe14dc5
Compare
Choose a tag to compare
  • Migrate to poetry for dependencies management, building and publishing project
  • Add tests for Python 3.8
  • Deprecate support for Python 3.4
  • Run tests under Ubuntu 18.04
  • Update dev dependencies to the most recent ones (compatible with Py27)
  • Remove Tox from the project (use CI for tests under different versions of Python)

v0.16.0

11 Jan 20:51
d1ad636
Compare
Choose a tag to compare
  • Allow use inside zip bundled package (#25)
  • Code improvements (#41)