Skip to content

Releases: awesomite/stack-trace

v1.3.1: Removed redundant "at" word (#6)

11 Oct 16:13
7ace18f

Choose a tag to compare

Removed `at` word from result of `Awesomite\StackTrace\StackTrace::__toString` whenever step does not contain
reference to called function, e.g.: `#0 (...)/file.php:13` instead of `#0 at (...)file.php:14`.

v1.3.0: v1.3 (#5)

28 Sep 12:00
36fc752

Choose a tag to compare

* Added optional parameter $maxSerializableStringLen to Awesomite\StackTrace\StackTraceFactory::__construct

* Updated StackTrace::VERSION

* Updated rules for php-cs-fixer

v1.2.0

21 Sep 10:55
384a017

Choose a tag to compare

Updated CHANGELOG.md

v1.1.0

19 Sep 17:05
de34a22

Choose a tag to compare

Added method Awesomite\StackTrace\StackTraceInterface::getVarDumper

v1.0.2: Use varDumper->dumpAsString instead of ob_* and varDumper->dump

15 Sep 08:14
5afe9b3

Choose a tag to compare

in Awesomite\StackTrace\Arguments\Values\Value::dumpAsString

v1.0.1

18 Mar 18:53
9b30ff9

Choose a tag to compare

Updated changelog

v1.0.0

14 Jan 12:28
0a12fcb

Choose a tag to compare

v1.0.0

v0.12.0

14 Jan 12:20
462c1b7

Choose a tag to compare

Update CHANGELOG.md

v0.11.0

14 Jan 10:42
3cb5432

Choose a tag to compare

Update CHANGELOG.md

v0.10.4

03 Jan 21:34
373309e

Choose a tag to compare

reverted changes