Skip to content

Tags: laravel/telescope

Tags

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>

v5.11.0

Toggle v5.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix EntryQueryOptions (#1619)

v5.10.2

Toggle v5.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Fix compile assets (#1616)

* [5.x] Fix compile assets

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.10.1

Toggle v5.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump form-data from 4.0.2 to 4.0.4 (#1613)

Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.2...v4.0.4)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
...

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

v5.10.0

Toggle v5.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/show gates response message (#1570)

* Save and view gate's response message

* fix style

---------

Co-authored-by: Thibault <thibault@wixiweb.fr>

v5.9.1

Toggle v5.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix/non-needed-update (#1599)

v5.9.0

Toggle v5.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Added `laravel:reverb:restart` to CacheWatcher default ignore l…

…ist (#1597)

* Added `laravel:reverb:restart` to CacheWatcher default ignore list

* Update CacheWatcher.php

---------

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

v5.8.0

Toggle v5.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Add ignore option to CacheWatcher (#1594)

* [5.x] Add `ignore` option to `CacheWatcher`

* Rename test method to clarify behavior for ignored cache keys

* Fix `CacheWatcherTest` code style by removing unnecessary blank lines