Skip to content

Releases: scheb/tombstone

v1.10.0

19 Dec 17:57

Choose a tag to compare

  • Add support for phpunit/php-text-template v5 to remove conflict with PHPUnit v12.x, #37, thanks to @jquiaios
  • Add support for Symfony 8 packages

v1.9.0

27 Sep 09:47

Choose a tag to compare

  • Add support for phpunit/php-text-template version 4, #36, thanks to @sebb

v1.8.0

04 Feb 19:10

Choose a tag to compare

v1.7.0

10 Nov 11:00

Choose a tag to compare

  • Add compatibility with symfony/finder 3.4 and Symfony 7 by @wouterj in #32

v1.6.0

09 Mar 21:53
79ff0d6

Choose a tag to compare

  • Adding newer packages versions for PHP 8+, #31, thanks to @JimTools

v1.5.2

14 Sep 17:43

Choose a tag to compare

  • Add more psr/log versions, #24, thanks to @jawira

v1.5.1

12 Jul 18:18

Choose a tag to compare

v1.5.0

16 Nov 19:17
1560e40

Choose a tag to compare

v1.4.0

12 May 19:09

Choose a tag to compare

Added support for static methods as a tombstone function #17, #18, thanks to @lyudmild

v1.3.0

29 Dec 17:20

Choose a tag to compare

Added a configurable tombstone function name, so your tombstone function no longer needs to be named tombstone. Additional benefits:

  • The tombstone function doesn't need to be located in the global space, it can be located in a namespace now.
  • You can have multiple tombstone functions for different purposes. E.g. have a function that logs every single invocation and have another one that does random sampling.