-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix caller for \DebugBacktraceHtml and \DebugBacktraceConsole
- Loading branch information
Showing
5 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
2.0.0 (2016-12-31) | ||
------------------ | ||
### [2.0.1](../../compare/2.0.0...2.0.1) (2017-03-30) | ||
|
||
- Fix caller for \DebugBacktraceHtml and \DebugBacktraceConsole | ||
|
||
### [2.0.0](../../compare/1.1.1...2.0.0) (2016-12-31) | ||
|
||
- Reverse backtraces : first shown is first call (debug_backtrace() show last call in first) | ||
- Split \DumpBacktrace in 3 classes : \DebugBacktrace, \DebugBacktraceHtml and \DebugBacktraceConsole | ||
- Add dump for symfony/console applications | ||
|
||
1.1.1 (2016-10-12) | ||
------------------ | ||
### [1.1.1](../../compare/1.1.0...1.1.1) (2016-10-12) | ||
|
||
- Fix file not found errors | ||
- Fix eval()'d code in file path | ||
- Update backtrace.png | ||
|
||
1.1.0 (2016-10-10) | ||
------------------ | ||
### [1.1.0](../../compare/1.0.1...1.1.0) (2016-10-10) | ||
|
||
- Add eDump() and getDump() | ||
|
||
1.0.1 (2016-08-16) | ||
------------------ | ||
### [1.0.1](../../compare/1.0.0...1.0.1) (2016-08-16) | ||
|
||
- Fix (Unknow call) when function is called | ||
- Add preview only when available | ||
- Show \Closure in File::Line column, instead of (Unknow file)::(Uknow line) | ||
|
||
1.0.0 (2016-08-02) | ||
------------------ | ||
### 1.0.0 (2016-08-02) | ||
|
||
- Create \DumpBacktrace class |