All Versions
26
Latest Version
Avg Release Cycle
32 days
Latest Release
1642 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.12.0 Changes
March 14, 2017- Parent of
Awesomite\ErrorDumper\StandardExceptions\ErrorException
has been changed toErrorException
- โ Added method
Awesomite\ErrorDumper\Views\ViewHtml::appendToBody
- Parent of
-
v0.11.1 Changes
February 03, 2017- ๐ Fixed tests for PHP
7.2.0-dev
:PHP Deprecated: The each() function is deprecated.
- ๐ Fixed tests for PHP
-
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
- โก๏ธ Updated
-
v0.10.0 Changes
January 31, 2017- โ
Class
Awesomite\ErrorDumper\TestListener
has been internal
- โ
Class
-
v0.9.0 Changes
January 23, 2017- โ Added method
Awesomite\ErrorDumper\Handlers\ErrorHandlerInterface::register
- โ Added method
-
v0.8.0 Changes
January 16, 2017- โ Added methods
enableCaching
anddisableCaching
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 insrc
directory. - ๐ Strikethrough on deprecated functions.
- โก๏ธ Updated
awesomite/stack-trace
to^0.6.0
- โ Added methods
-
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
- ๐ Fixed bug in
-
v0.6.0 Changes
January 10, 2017Version
0.6.0
is incompatible with0.5.0
.Backward compatible changes:
- โ Added constants
HANDLER_*
in\Awesomite\ErrorDumper\Handlers\ErrorHandler
class - โ Added methods
handleError
,handleException
,handleShutdown
,pushListener
andpushValidator
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
isErrorHandler::POLICY_ERROR_REPORTING
.ErrorHandler::POLICY_ALL
is equivalent to behaviour as in previous version. - ๐ Class
Awesomite\ErrorDumper\StandardExceptions\FatalErrorException
has been removed.ErrorHandler::handleError
createsErrorException
instead ofFatalErrorException
. - โก๏ธ Updated
awesomite/stack-trace
to^0.5.0
- โ Added constants