Releases: PHLAK/Chronometer
Releases · PHLAK/Chronometer
v3.0.0
v2.0.0
Changed
- Lap description now defaults to an empty string instead of
null - Drop support for PHP 7.0
Detailed changelog: 1.1.0...2.0.0
1.1.0
Changed
- You can now set a lap description by passing a string to the
Timer::addLapp()method- The description can be accessed like other lap properties:
$lap->description
- The description can be accessed like other lap properties:
Detailed changelog: 1.0.0...1.1.0