v2.0.0
What's Changed
- 2.0 by @matthi4s in #15
- Increased minimum PHP version: 8.1
- Added correct return/argument/property types to all classes (
⚠️ This might affect child classes) - Entry level as enum (
⚠️ $entry->getLevel()
should probably be replaced by$entry->getLevel()->asString()
). - JSON serializable Log/Entry/Analysis/Insight/Solution
Full Changelog: v1.5.0...v2.0.0