Skip to content

Releases: rotexsoft/callable-execution-timer

New Major Release

15 Mar 19:22
Compare
Choose a tag to compare
  • Bumped up min PHP version to 8.1

  • Updated dev dependencies

  • More strict typing

  • Changes to src/CallableExecutionTimer.php

    • __call(string $method, array $args): mixed
    • __invoke(array $args): mixed
    • callFunc(string $funcName, callable $funcImplementation, array $args=[]): mixed
  • Changes to src/ObjectifiedCallable.php

    • __call(string $methodName, array $args): mixed
    • __invoke(array $args): mixed
  • Changes to src/Utils.php

    • arrayGet(array $potentialArray, string $key, mixed $defaultVal=''): mixed

Full Changelog: 1.1.2...2.0.0

Minor Release

15 Mar 19:11
Compare
Choose a tag to compare
  • Updated dev dependencies & ci config
  • Updated Documentation
  • Under the hood tweaks

Full Changelog: 1.1.1...1.1.2

Maintenance Release

10 Jan 19:43
Compare
Choose a tag to compare
  • PHP 7.4 Enhancements

Maintenance Release

07 Jan 00:26
Compare
Choose a tag to compare
  • PHP 7.4 Min Requirement

First Stable Release

16 Sep 06:53
Compare
Choose a tag to compare
  • Package is ready to go