Skip to content

💀 PSR12 Ready ?

Latest
Compare
Choose a tag to compare
@Vitexus Vitexus released this 13 Oct 11:58
· 42 commits to main since this release
cd21c6e

What is new

  • PSR12 Copliance (php cs fixer used and phpstan)
  • log message severity new Colorfull emojis
  • package name change for deb: library numbering reworked. Now is the last number of package version the number of build.
  • Confirm Configuration file load in debug mode

What is fixed

  • Shared::init() - undefined constant STDERR Fixed
  • allow non string input for lettersOnly function
  • function cfg() moved to \Ease\Shared class
  • getCallerName() moved to Message class
  • Log Message structure described
  • Missig ConsoleLogger DateTime added

What was removed

  • long time unused function Linkify() removed
  • Deprecated strftime() calls removal

Full Changelog: 1.40.0...1.41