Releases: scheb/tombstone
Releases · scheb/tombstone
v1.1.0
v1.0.1
v1.0.0
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 classesscheb/tombstone-logger
provides the tombstone logging library (which previously wasscheb/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