Releases: devRMA/python-stopwatch2
Releases · devRMA/python-stopwatch2
v1.1.1
Added
- Coming back with the colored prints, using colorama (removed in 40ece4f).
Changed
v1.1.0
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)