Skip to content

Releases: PHLAK/Chronometer

v3.0.0

11 Dec 02:45
08f4181

Choose a tag to compare

Changed

  • Minimum supported PHP version is now 8.2
  • Ensured support up to PHP 8.4

v2.0.0

20 Mar 17:25
c429d52

Choose a tag to compare

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

23 Jan 01:41
421c975

Choose a tag to compare

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

Detailed changelog: 1.0.0...1.1.0

1.0.0

12 Dec 19:06
5723dee

Choose a tag to compare

Initial stable release.