All Versions
26
Latest Version
Avg Release Cycle
32 days
Latest Release
1642 days ago

Changelog History
Page 2

  • v0.12.0 Changes

    March 14, 2017
    • Parent of Awesomite\ErrorDumper\StandardExceptions\ErrorException has been changed to ErrorException
    • โž• Added method Awesomite\ErrorDumper\Views\ViewHtml::appendToBody
  • v0.11.1 Changes

    February 03, 2017
    • ๐Ÿ›  Fixed tests for PHP 7.2.0-dev: PHP Deprecated: The each() function is deprecated.
  • v0.11.0 Changes

    February 02, 2017
    • ๐Ÿšš Awesomite\ErrorDumper\Listeners\ValidatorInterface::stopPropagation is removed
    • Awesomite\ErrorDumper\Listeners\ValidatorClosure::stopPropagation has been static
  • v0.10.1 Changes

    • โšก๏ธ Updated awesomite/var-dumper to ^0.3.0
  • v0.10.0 Changes

    January 31, 2017
    • โœ… Class Awesomite\ErrorDumper\TestListener has been internal
  • v0.9.0 Changes

    January 23, 2017
    • โž• Added method Awesomite\ErrorDumper\Handlers\ErrorHandlerInterface::register
  • v0.8.0 Changes

    January 16, 2017
    • โž• Added methods enableCaching and disableCaching to \Awesomite\ErrorDumper\Views\ViewHtml. 0๏ธโƒฃ Caching is disabled as default.
    • ๐Ÿ‘Œ Improved recognizing root path of templates - it didn't work when vendor was located in src directory.
    • ๐Ÿ—„ Strikethrough on deprecated functions.
    • โšก๏ธ Updated awesomite/stack-trace to ^0.6.0
  • v0.7.0 Changes

    January 11, 2017
    • \Awesomite\ErrorDumper\Views\ViewHtml sends proper http headers
    • 0๏ธโƒฃ \Awesomite\ErrorDumper\Handlers\ErrorHandler terminates application in default settings when is triggered
  • v0.6.1 Changes

    January 11, 2017
    • ๐Ÿ›  Fixed bug in \Awesomite\ErrorDumper\Handlers\ErrorHandler::handleError - POLICY_ALL didn't work properly
    • โšก๏ธ Updated awesomite/stack-trace to ^0.5.1
  • v0.6.0 Changes

    January 10, 2017

    Version 0.6.0 is incompatible with 0.5.0.

    Backward compatible changes:

    • โž• Added constants HANDLER_* in \Awesomite\ErrorDumper\Handlers\ErrorHandler class
    • โž• Added methods handleError, handleException, handleShutdown, pushListener and pushValidator to \Awesomite\ErrorDumper\Handlers\ErrorHandlerInterface and \Awesomite\ErrorDumper\Handlers\ErrorHandler

    Backward incompatible changes:

    • Constructor of \Awesomite\ErrorDumper\Handlers\ErrorHandler has been changed
    • ๐Ÿšš The following classes have been removed:
      • \Awesomite\ErrorDumper\ErrorDumperInterface
      • \Awesomite\ErrorDumper\DevErrorDumper
      • \Awesomite\ErrorDumper\AbstractErrorDumper
    • Class \Awesomite\ErrorDumper\ErrorDumper is fully rewritten, contains only one method - createDevHandler
    • ๐Ÿ”„ Changed constructor of \Awesomite\ErrorDumper\Handlers\ErrorHandler - argument $event has been removed, argument $policy has been added. Default $policy is ErrorHandler::POLICY_ERROR_REPORTING. ErrorHandler::POLICY_ALL is equivalent to behaviour as in previous version.
    • ๐Ÿšš Class Awesomite\ErrorDumper\StandardExceptions\FatalErrorException has been removed. ErrorHandler::handleError creates ErrorException instead of FatalErrorException.
    • โšก๏ธ Updated awesomite/stack-trace to ^0.5.0