Skip to content

Releases: stefanzweifel/laravel-stats

v1.9.1

18 Mar 20:02
Compare
Choose a tag to compare
  • Fix compatibility issues with Lumen #139

v1.9.0

17 Mar 20:46
Compare
Choose a tag to compare
  • Display number of Routes #136

v1.8.3

18 Mar 06:44
Compare
Choose a tag to compare
  • Add compatibility with PHP7.3 (please also run composer upgrade phploc/phploc)

v.1.8.1

26 Feb 17:05
Compare
Choose a tag to compare
  • Add Support for Laravel 5.8 (#132)

See our CHANGELOG for more details.

v.1.8.0

20 Oct 10:35
Compare
Choose a tag to compare
  • Add Support for Laravel Nova Components (#127)
  • Automatically test the package against multiple PHP and Laravel Versions (#126)

See our CHANGELOG for more details.

v1.7.2

29 Aug 19:36
d6916ba
Compare
Choose a tag to compare
  • Add Support for Laravel 5.7

See our CHANGELOG for more details.

v1.7.0

30 Mar 10:10
Compare
Choose a tag to compare

This release add support for Lumen. Thanks to @krenor for his PR (#121)

See our CHANGELOG for more details.

v1.6.0

07 Feb 17:06
5b7198a
Compare
Choose a tag to compare
  • Add support for Laravel 5.6

See our CHANGELOG for more details.

v1.5.0

05 Feb 20:51
7a9ff4e
Compare
Choose a tag to compare

This release adds 2 new features:

  • Custom Components #115
  • JSON Output #116

The stats.php config file slightly changed for this release. I suggest you update your local version.

See our CHANGELOG for more details.

v1.4.0

02 Dec 13:14
4f6483a
Compare
Choose a tag to compare

This release adds 2 new configuration options:

  • rejection_strategy #112
  • ignored_namespaces#113

These new configuration options should help you running the stats-command in exotic environments like discussed in Issue #46.

See our CHANGELOG for more details.