Skip to content

Releases: scheb/tombstone

v1.10.0

Choose a tag to compare

@scheb scheb released this 19 Dec 17:57
  • 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

Choose a tag to compare

@scheb scheb released this 27 Sep 09:47
  • Add support for phpunit/php-text-template version 4, #36, thanks to @sebb

v1.8.0

Choose a tag to compare

@scheb scheb released this 04 Feb 19:10

v1.7.0

Choose a tag to compare

@scheb scheb released this 10 Nov 11:00
  • Add compatibility with symfony/finder 3.4 and Symfony 7 by @wouterj in #32

v1.6.0

Choose a tag to compare

@scheb scheb released this 09 Mar 21:53
79ff0d6
  • Adding newer packages versions for PHP 8+, #31, thanks to @JimTools

v1.5.2

Choose a tag to compare

@scheb scheb released this 14 Sep 17:43
  • Add more psr/log versions, #24, thanks to @jawira

v1.5.1

Choose a tag to compare

@scheb scheb released this 12 Jul 18:18

v1.5.0

Choose a tag to compare

@scheb scheb released this 16 Nov 19:17
1560e40

v1.4.0

Choose a tag to compare

@scheb scheb released this 12 May 19:09

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

v1.3.0

Choose a tag to compare

@scheb scheb released this 29 Dec 17:20

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.