Releases: opcodesio/log-viewer
Releases · opcodesio/log-viewer
v3.11.2 - strict type fix during pagination
What's Changed
- Set type int on paginate by @bhcosta90 in #397
New Contributors
- @bhcosta90 made their first contribution in #397
Full Changelog: v3.11.1...v3.11.2
v3.11.1 - NPM dependency update & a few other improvements
What's Changed
- update NPM dependencies,
- fix keyboard shortcut overlay dark mode,
- ignore
package-lock.json
in git export
by @arukompas in #392
Full Changelog: v3.11.0...v3.11.1
v3.11.0 - HttpAccessLog compatibility improvements
What's Changed
- Update HttpAccessLog.php by @JayAnvers in #390
New Contributors
- @JayAnvers made their first contribution in #390
Full Changelog: v3.10.2...v3.11.0
v3.10.2 - "Keyboard Shortcuts" dialog dark mode fix
What's Changed
- Fix "Keyboard Shortcuts" dialog background color on "Dark" theme by @sashsvamir in #387
New Contributors
- @sashsvamir made their first contribution in #387
Full Changelog: v3.10.1...v3.10.2
v3.10.1 - bugfix when trying to guess log file type
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
What's Changed
- ability to customise the cache key prefix by @arukompas in #374
- Next/previous log keyboard shortcut by @arukompas in #375
Full Changelog: v3.9.0...v3.10.0
v3.9.0 - change the way Laravel context is parsed, to prevent PRCRE stack limit
v3.8.1 - make sure `log-viewer.index` route is always registered
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
What's Changed
- ability to not register web routes for Log Viewer by @arukompas in #358. Idea originally came from @hungthai1401 in #355
Full Changelog: v3.7.1...v3.8.0
v3.7.1 - fix double-publishing of assets
What's Changed
- don't publish on laravel-assets namespace by @Propaganistas in #357
New Contributors
- @Propaganistas made their first contribution in #357
Full Changelog: v3.7.0...v3.7.1