Skip to content

Tags: open-source-contributions/php-timer

Tags

v2.1.1

Toggle v2.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
v2.1.1

======

Although marked as a feature tag, this version finally completes the human-friendly time formatter.
It uses an interval formatter inspired by Drupal implementation, but made much simpler.

There are no API changes, but the human formatter is finally working.

v2.1.0

Toggle v2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
v2.1.0

This is a minor release, with the main change being the use of phpunit 8.0
 * Upgraded to PHPUnit 8.0
 * Fixed tests that used assertInternalType to use the appropriate replacements.
 * Allows composer installation on PHP ^8.0 versions
 * Adds an explicit Travis CI build for PHP 7.4, now that PHP 8.x is PHP nightly
 * Mark PHP 7.4 and nightly builds as allowed_failures.

v2.0.3

Toggle v2.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
v2.0.3

This is a minor release with no changes to functionality or APIs.

 * Allows composer installation on PHP ^8.0 versions
 * Adds an explicit Travis CI build for PHP 7.4, now that PHP 8.x is PHP nightly
 * Mark PHP 7.4 and nightly builds as allowed_failures.

v1.1.7

Toggle v1.1.7's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
v1.1.7

This is a minor release with no changes to functionality or APIs.

 * Allows composer installation on PHP ^8.0 versions
 * Adds an explicit Travis CI build for PHP 7.4, now that PHP 8.x is PHP nightly
 * Mark PHP 7.4 and nightly builds as allowed_failures.

v2.0.2

Toggle v2.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
v2.0.2

* Enable explicit PHP 7.3 builds in Travis CI.

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
Drop PHP 7.1

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
Require PHP ^7.2 and PHPUnit ^7.4

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
Fix parameter type docblock in Timer::formatTime

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
Syntax highlighting in README.md

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
Ayesh Ayesh Karunaratne
Code style fixes