Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 370 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 370 Bytes

Changelog

All notable changes to laravel-reporto will be documented in this file.

1.0 - 2018-09-08

  • Initial release

1.1 - 2018-12-26

  • Added config option exclude_source_files
  • Dropped active support for PHP 7.1 (EOL)

1.2 - 2019-03-08

  • Added support for Laravel 5.8

1.2.1 - 2019-03-09

  • Fix for Laravel 5.8 support: Replaced str_is with Str::is