Skip to content

Tags: laravel/telescope

Tags

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

v5.5.0

Toggle v5.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump serialize-javascript from 6.0.1 to 6.0.2 (#1567)

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-type: indirect
...

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

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Ability to override how objects are serialized (#1562)

* Implement `formatForTelescope` for events

* Implement `formatForTelescope` for gates

* StyleCI

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump @babel/traverse from 7.22.20 to 7.26.4 (#1555)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.20 to 7.26.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.4/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

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

v5.2.6

Toggle v5.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] fix implicitly marking parameter as nullable (#1550)

`Laravel\Telescope\Storage\DatabaseEntriesRepository::__construct()`: Implicitly marking parameter $chunkSize as nullable is deprecated, the explicit nullable type must be used instead

v5.2.5

Toggle v5.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump elliptic from 6.5.7 to 6.6.0 (#1541)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0.
- [Commits](indutny/elliptic@v6.5.7...v6.6.0)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

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

v5.2.4

Toggle v5.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Fix `JobWatcher` when processing deleted instance of `Serialize…

…sModels` (#1539)

* Replace unserialize with preg_match

* Code style

* Code style

* Code style

* Code style

* Only run preg_match when unserialize fails

* Code style

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* Update JobWatcher.php

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
Co-authored-by: Mior Muhammad Zaki <[email protected]>
Co-authored-by: Taylor Otwell <[email protected]>

v5.2.3

Toggle v5.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Added `isEvent` and `isCache` methods to `IncomingEntry` (#1536)

* Added isEvent and isCache to IncomingEntry

* Update IncomingEntry.php

---------

Co-authored-by: mrazinshaikh <[email protected]>
Co-authored-by: Taylor Otwell <[email protected]>