Skip to content

Releases: JackieDo/Laravel-Log-Reader

2.3.0

18 Feb 21:14
Compare
Choose a tag to compare

[Updated]:

  • Add supporting for Laravel 10.x (Pull request #47).

[Fixed]:

  • Fix GLOB_BRACE constant not available on Alpine Linux. (Issue #46)

2.2.1

25 Feb 11:51
Compare
Choose a tag to compare

[Updated]:

  • Add supporting for Laravel 9.x (commit 5a56f70)

2.2.0

19 Feb 11:18
e0ee77f
Compare
Choose a tag to compare

[Fixed]:

  • Fix PHP 8.1 and later (pr #40)

2.1.9

19 Feb 08:53
8b48899
Compare
Choose a tag to compare

[Fixed]:

  • Fix for PHP 8.1 and later (pr #39)

2.1.8

13 Sep 18:29
01faa9d
Compare
Choose a tag to compare

CHANGE LOGS:

  • Update:
    • Add support to Laravel 8.0
  • Remove:
    • Unused test files.

2.1.7

11 Apr 11:53
8782d83
Compare
Choose a tag to compare

CHANGLOGS:

  • Update:
    • The log parser.
    • Reformat the properties for the entities.
  • Fix:
    • Bug of parsing the log entry with blank context.
    • Bug of parsing stack trace.

2.1.6

09 Apr 04:08
0f8c3b6
Compare
Choose a tag to compare

New

  • Support Laravel 7.x

2.1.5

09 Apr 03:33
f013c00
Compare
Choose a tag to compare

New

  • Support Laravel 6+.
  • Enable set the default log parser in config file.

Update

  • The default log parser.

Fix

  • Some bugs.

2.1.4

08 Apr 04:46
9acf462
Compare
Choose a tag to compare
  • Fix bugs while parsing log entry.

2.1.3

08 Apr 04:34
8295c49
Compare
Choose a tag to compare
  • Update default log parser.
  • Fix log file path while reade log entry.