Skip to content

Releases: scheb/tombstone

v1.1.0

11 Dec 12:21
Compare
Choose a tag to compare
  • PHP8 support

v1.0.1

14 Oct 11:05
Compare
Choose a tag to compare

Fix undefined index notices when PHP internally calls a method with a tombstone #13, thanks to @X-Coder264

v1.0.0

14 Aug 12:48
Compare
Choose a tag to compare

Finally a stable release! 🥳

Please have a look at the upgrade instructions.

The scheb/tombstone repository is now the main repository, containing all code related to the tombstone project. Sub-packages are split off this main repository:

  • scheb/tombstone-core provides some core classes
  • scheb/tombstone-logger provides the tombstone logging library (which previously was scheb/tombstone)
  • scheb/tombstone-analyzer provides the command line tool for report generation

Other changes:

  • You have to configure a source code root path now (in both the logger and the analyzer)
  • Checkstyle report format
  • Added a little test application to demonstrate the usage of tombstones
  • Dependencies updated to latest versions
  • Minimum required PHP version is 7.1.3, code has been upgraded to that language level
  • Everything is well tested now

0.19.0

05 Apr 15:48
Compare
Choose a tag to compare
Add auto flush option

0.18.0

04 Apr 20:18
Compare
Choose a tag to compare

Declare strict_types=1 everywhere

0.17.0

12 Feb 21:44
Compare
Choose a tag to compare
Build on PHP7.4, replacing nightly

0.16.0

11 Feb 23:26
Compare
Choose a tag to compare
Fix URL

0.15.0

22 Jan 21:33
Compare
Choose a tag to compare
Rename sourceDir to rootDir

0.14.0

21 Jan 20:58
Compare
Choose a tag to compare
Default arguments be array

0.13.1

21 Jan 18:06
Compare
Choose a tag to compare
Fix naming of field in stack trace