Skip to content

Tags: laravel/telescope

Tags

v5.15.1

Toggle v5.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] PHP 8.5 Compatibility (#1658)

* [5.x] PHP 8.5 Compatibility

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* Apply fixes from StyleCI

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* Apply fixes from StyleCI

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* Apply fixes from StyleCI

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Co-authored-by: StyleCI Bot <bot@styleci.io>

v5.15.0

Toggle v5.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add shouldIgnoreHosts method to filter HTTP client requests by …

…host (#1650)

* feat: add shouldIgnoreHosts method to filter HTTP client requests by host

* style: fix coding style

* refactor: add 'enabled' flag for ClientRequestWatcher configuration

* Update ClientRequestWatcher.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v5.14.1

Toggle v5.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Simplify control flow (#1645)

v5.14.0

Toggle v5.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] chunk on number of tags rather than number of entries (#1644)

* chunk on number of tags rather than number of entries

* docblock

* style

* rename param

v5.13.0

Toggle v5.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Introduce pre-package uninstall listener (#1641)

* wip

* unneeded

* test

* register command

* telescope stuff

* UninstallAction

* remove debugging

* Update TelescopeServiceProvider.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v5.12.0

Toggle v5.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ignore laravel boost routes (#1636)

v5.11.4

Toggle v5.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump vite from 5.4.19 to 5.4.20 (#1635)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.20/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.20/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.20
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v5.11.3

Toggle v5.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix missing lodash on Dump screen (#1628)

* Fix missing lodash on Dump screen

fixes #1627

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* Compile Assets

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Co-authored-by: crynobone <172966+crynobone@users.noreply.github.com>

v5.11.2

Toggle v5.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Removed redundant default values from config file (#1626)

PhpStorm Inspector pointed this out.

Similar to previous @ #1323

v5.11.1

Toggle v5.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Rewind stream after getting the body (#1625)

* Update ClientRequestWatcher.php

* Update ClientRequestWatcher.php

* Update ClientRequestWatcher.php

* style

* Update ClientRequestWatcher.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>