Skip to content

Releases: buggregator/trap

1.4.6

14 Apr 17:12
1.4.6
aa66a15
Compare
Choose a tag to compare

What's Changed

  • Fixed headers rendering in console renderer

Full Changelog: 1.4.5...1.4.6

1.4.5

14 Apr 15:34
1.4.5
4571264
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.4...1.4.5

1.4.4

24 Mar 19:01
1.4.4
2636a1a
Compare
Choose a tag to compare

What's Changed

Update frontend files (--ui flag) from buggregator/frontend:1.14.3 plus a few my own few changes

trap-new-ui-ab

Full Changelog: 1.4.3...1.4.4

1.4.3

16 Feb 20:14
1.4.3
f86fac5
Compare
Choose a tag to compare

What's Changed

Fixed bug when the trap()->return() function sent dumps twice

Full Changelog: 1.4.2...1.4.3

1.4.2

06 Feb 20:36
1.4.2
8817c0a
Compare
Choose a tag to compare

What's Changed

Removed the replaces section from composer.json, as it can conflict with other packages that have overlaps in the section.
Added roxblnfk/unpoly as a dev requirement (dev dependency won't affect projects) to remove polyfill packages from Trap,
added roxblnfk/unpoly into suggest section if user still want to remove unnecessary packages
By @roxblnfk in #49

Full Changelog: 1.4.1...1.4.2

1.4.1

03 Feb 15:53
1.4.1
f092165
Compare
Choose a tag to compare

What's Changed

  • Frontend update by @roxblnfk in #47
    • Updated static files
    • Added events limit on server side (set to 200)
    • Fixed event sorting by timestamp after page reload

Full Changelog: 1.4.0...1.4.1

1.4.0

28 Jan 19:28
1.4.0
8cf827d
Compare
Choose a tag to compare

What's Changed

  • Add trap()->stackTrace() method that adds stack trace to the dump by @roxblnfk in #41
  • Add method trap()->return() that returns the dumped variable by @roxblnfk in #46

Full Changelog: 1.3.4...1.4.0

1.3.4

25 Jan 09:20
1.3.4
a7c15c3
Compare
Choose a tag to compare

What's Changed

  • Fix compatibility with Symfony Console 7.0 by @msmakouz in #45
    Drop symfony/console 5.4

New Contributors

Full Changelog: 1.3.3...1.3.4

1.3.3

24 Jan 22:26
1.3.3
c7f888b
Compare
Choose a tag to compare

What's Changed

  • Support for symfony/console 7 by @roxblnfk in #44
    Add nunomaduro/termwind v2 because v1 blocks symfony/console 7
    Update Run command to be compatible with symfony/console 7
    Added soft (ctrl+c once) and hard (ctrl+c twice) exits

Full Changelog: 1.3.2...1.3.3

1.3.2

23 Jan 11:15
1.3.2
b0a8097
Compare
Choose a tag to compare

What's Changed

  • Socket Server fix: fast connection closing with clients, by @roxblnfk in #42
    In some cases, the connection to the client closes too quickly. The client doesn't have time to receive all the content.

Full Changelog: 1.3.1...1.3.2