Skip to content

Releases: opcodesio/log-viewer

v3.10.1 - bugfix when trying to guess log file type

20 May 15:12
d0d1e94
Compare
Choose a tag to compare

What's Changed

  • be a little more strict when guessing the Laravel log type by @arukompas in #377

Full Changelog: v3.10.0...v3.10.1

v3.10.0 - additional keyboard shortcuts, customisation of the cache prefix

17 May 13:07
fddafd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.0...v3.10.0

v3.9.0 - change the way Laravel context is parsed, to prevent PRCRE stack limit

11 May 06:57
4f60ca0
Compare
Choose a tag to compare

What's Changed

  • Fix PCRE stack limit for context parsing, omitting preg by @essell in #370

New Contributors

Full Changelog: v3.8.1...v3.9.0

v3.8.1 - make sure `log-viewer.index` route is always registered

24 Apr 16:19
Compare
Choose a tag to compare

The log-viewer.index route should always be available as long as the package is installed. But, if the log-viewer.api_only config is set, the route will simply return 404.

Full Changelog: v3.8.0...v3.8.1

v3.8.0 - ability to disable web routes for an API-only access

11 Apr 14:06
e7af731
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.1...v3.8.0

v3.7.1 - fix double-publishing of assets

09 Apr 04:48
f7ae8b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.7.1

v3.7.0 - allow configuring stateful domains without creating sanctum.php

08 Apr 06:16
873ec61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0 - bugfix: preserve array keys for everything returned to the frontend

15 Mar 05:26
eeb391b
Compare
Choose a tag to compare

What's Changed

  • preserve keys in LogResource so that context is intact by @arukompas in #348

Full Changelog: v3.5.0...v3.6.0

v2.6.0 - bugfix: preserve context keys

15 Mar 05:20
Compare
Choose a tag to compare

v3.5.0 - unicode character support for case-insensitive search

01 Mar 18:04
65d945f
Compare
Choose a tag to compare

What's Changed

  • support for unicode character case-sensitivity when searching by @arukompas in #342
  • refactor how Log Viewer timezone is resolved by @arukompas in #343

Full Changelog: v3.4.0...v3.5.0