Skip to content

Releases: devRMA/python-stopwatch2

v1.1.1

20 Feb 19:10
Compare
Choose a tag to compare

Added

  • Coming back with the colored prints, using colorama (removed in 40ece4f).

Changed

  • README.md changed.

v1.1.0

19 Feb 00:28
Compare
Choose a tag to compare

Added

  • Added new "to_dict" method to Statistics class. (17ad6bc)
  • Added new "statistics" property to Stopwatch class. (f3b3dce)

Changed

  • The "laps" property of the Stopwatch class is now an attribute, which has a list of Lap objects. (f3b3dce)