|
2 | 2 |
|
3 | 3 | - Set `DebugBacktraceConsole::dump()` and `DebugBacktraceConsole::eDump()` `$output` parameter facultative |
4 | 4 | - Add PHP 8 compatibility |
5 | | -- Add PHPUnit tests for PHP 5.4 to 8.0 |
6 | | -- Move files from root to src (it's not a BC break because you must use this classes with autoload) |
| 5 | +- Add PHPUnit tests for PHP `5.4` to `8.0 |
| 6 | +- Move files from `/` to `/src` (it's not a BC break because you must use this classes with autoload) |
7 | 7 |
|
8 | 8 | ### [2.0.1](../../compare/2.0.0...2.0.1) (2017-03-30) |
9 | 9 |
|
10 | | -- Fix caller for \DebugBacktraceHtml and \DebugBacktraceConsole |
| 10 | +- Fix caller for `\DebugBacktraceHtml` and `\DebugBacktraceConsole` |
11 | 11 |
|
12 | 12 | ### [2.0.0](../../compare/1.1.1...2.0.0) (2016-12-31) |
13 | 13 |
|
14 | | -- Reverse backtraces : first shown is first call (debug_backtrace() show last call in first) |
15 | | -- Split \DumpBacktrace in 3 classes : \DebugBacktrace, \DebugBacktraceHtml and \DebugBacktraceConsole |
16 | | -- Add dump for symfony/console applications |
| 14 | +- Reverse backtraces : first shown is first call (`debug_backtrace()` show last call in first) |
| 15 | +- Split `\DumpBacktrace` in 3 classes : `\DebugBacktrace`, `\DebugBacktraceHtml` and `\DebugBacktraceConsole` |
| 16 | +- Add dump for `symfony/console` applications |
17 | 17 |
|
18 | 18 | ### [1.1.1](../../compare/1.1.0...1.1.1) (2016-10-12) |
19 | 19 |
|
20 | 20 | - Fix file not found errors |
21 | | -- Fix eval()'d code in file path |
| 21 | +- Fix `eval()'d` code in file path |
22 | 22 | - Update backtrace.png |
23 | 23 |
|
24 | 24 | ### [1.1.0](../../compare/1.0.1...1.1.0) (2016-10-10) |
25 | 25 |
|
26 | | -- Add eDump() and getDump() |
| 26 | +- Add `eDump()` and `getDump()` |
27 | 27 |
|
28 | 28 | ### [1.0.1](../../compare/1.0.0...1.0.1) (2016-08-16) |
29 | 29 |
|
30 | | -- Fix (Unknow call) when function is called |
| 30 | +- Fix `(Unknow call)` when function is called |
31 | 31 | - Add preview only when available |
32 | 32 | - Show \Closure in File::Line column, instead of (Unknow file)::(Unknow line) |
33 | 33 |
|
34 | 34 | ### 1.0.0 (2016-08-02) |
35 | 35 |
|
36 | | -- Create \DumpBacktrace class |
| 36 | +- Create `\DumpBacktrace` class |
0 commit comments