Skip to content

Tags: laravel/telescope

Tags

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

v5.7.0

Toggle v5.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Record plain/text request content (#1578)

* Update ClientRequestWatcher.php

* Update ClientRequestWatcher.php

* Update ClientRequestWatcher.php

* Update ClientRequestWatcher.php

* Update RequestWatcher.php

* revert ClientRequestWatcher changes

* test

v5.6.0

Toggle v5.6.0's commit message
Compile Assets

v5.5.1

Toggle v5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check implementation instead of assuming it is View (#1571)

* Check implementation instead of assuming it is View

* Update ViewWatcher.php