Skip to content

Releases: flightphp/tracy-extensions

v0.2.3

12 Mar 05:17
Compare
Choose a tag to compare
  • Added session_data availability in $config that can be passed in.
  • Added response tab
  • Added database backtrace to each query
  • Added row count to each query

Full Changelog: v0.2.2...v0.2.3

v0.1.3

12 Mar 05:16
Compare
Choose a tag to compare
  • Added session_data availability in $config that can be passed in.
  • Added response tab
  • Added database backtrace to each query
  • Added row count to each query

Full Changelog: v0.1.2...v0.1.3

v0.2.2

02 Mar 21:09
Compare
Choose a tag to compare

What's Changed?

  • Removed $this->PDO which was causing deprecation notice in PHP8

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 Feb 15:37
Compare
Choose a tag to compare
  • Corrected PDO Capture to extend PdoWrapper

Full Changelog: v0.2.0...v0.2.1

v0.1.2

29 Feb 15:44
f9a01fd
Compare
Choose a tag to compare

What's Changed

  • added pdowrapper to pdo query capture by @n0nag0n in #2

Full Changelog: v0.1.1...v0.1.2

Version 0.2.0

04 Feb 02:08
Compare
Choose a tag to compare

Added PHP8 Functionality

Version 0.1.0

21 Jan 06:54
Compare
Choose a tag to compare

Initial release of this extension!