Skip to content

Releases: aternosorg/codex

v4.1.0

Choose a tag to compare

@matthi4s matthi4s released this 21 Jan 14:13
2d0b193
add get title to log/-interface

v4.0.0

Choose a tag to compare

@matthi4s matthi4s released this 21 Jan 13:31
5450270
  • Allow adding Detectives to other Detectives
  • Add prefix to Entry and PatternParser
  • Map more log levels
  • Update PHPUnit
  • Test on PHP 8.5
  • Drop PHP 8.3 support

v4.0.0-beta.1

v4.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@matthi4s matthi4s released this 21 Jan 11:45
2876713
  • Allow adding Detectives to other Detectives
  • Add prefix to Entry and PatternParser
  • Update PHPUnit
  • Test on PHP 8.5

v3.0.0

Choose a tag to compare

@pavog pavog released this 06 Aug 13:22
12ad4c2

⚠️ aternos/codex v3.0.0 drops support for php 8.1 & 8.2 and only supports php 8.3 & 8.4 ⚠️

What's Changed

  • Drop support for php 8.1 and php 8.2 by @pavog in #27
  • Update phpunit to 12.3 by @pavog in #28
  • Add constant type "string" to constants in PatternParser by @pavog in #29
  • Normalize composer.json by @pavog in #30

Full Changelog: v2.3.0...v3.0.0

v2.3.0

Choose a tag to compare

@pavog pavog released this 06 Aug 12:35
ba0b3e8

What's Changed

  • Add PHP 8.4 to version matrix for tests in GitHub actions by @pavog in #22
  • PHP 8.4 compatability: Make parameter types explicitly nullable by @pavog in #23
  • Update GitHub actions by @pavog in #24
  • Update year in LICENSE by @pavog in #25
  • Remove unused imports by @pavog in #26

Full Changelog: v2.2.0...v2.3.0

v2.2.0

Choose a tag to compare

@matthi4s matthi4s released this 11 Sep 12:34
8f7615e

What's Changed

  • Update year in LICENSE by @pavog in #18
  • Update phpunit to version 10.5 by @pavog in #20
  • Add PHP versions 8.2 and 8.3 to test matrix in GitHub actions by @pavog in #19
  • Add MultiPatternDetector by @pavog in #21

Full Changelog: v2.1.1...v2.2.0

v2.1.1

Choose a tag to compare

@matthi4s matthi4s released this 09 Jan 16:21
e14a34d

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@matthi4s matthi4s released this 30 Sep 10:47
8e22065

Insights can now access the Log through the Analysis. This allows access to the log content in Insights which could be used to parse additional information from the log content from different entries.

This is a breaking change if you don't extend the default PatternAnalyser, Analysis or Insight classes.

Full Changelog: v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@matthi4s matthi4s released this 21 Aug 07:29
9ee1927
added fatal to log levels

v2.0.0

Choose a tag to compare

@matthi4s matthi4s released this 17 Aug 14:22
18639f0

⚠️ This release contains breaking changes!

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