Skip to content

Latest commit

 

History

History
88 lines (48 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

88 lines (48 loc) · 1.36 KB

Changelog

All notable changes to laravel-model-cleanup will be documented in this file

3.1.0 - 2020-07-28

  • add support for soft deletes

3.0.6 - 2020-07-23

  • improve command output

3.0.5 - 2020-07-23

  • improve command output

3.0.4 - 2020-07-23

  • improve command output

3.0.3 - 2020-07-23

  • improve command output

3.0.2 - 2020-07-23

  • improve command output

3.0.1 - 2020-07-22

  • fix config file

3.0.0 - 2020-07-22

  • Written from scratch (really)

2.5.0 - 2020-03-02

  • add support for Laravel 7

2.4.0 - 2019-11-20

  • make recursive directory search configurable (#29)

2.3.0 - 2019-09-04

  • add support for Laravel 6

2.2.1 - 2019-06-19

  • look for models in subdirs

2.2.0 - 2019-02-27

  • drop support for Laravel 5.7 and below
  • drop support for PHP 7.1 and below

2.1.1 - 2019-02-27

  • add support for Laravel 5.8

2.1.0 - 2018-12-13

  • add support for SoftDeletes

2.0.4 - 2018-08-28

  • add support for Laravel 5.7

2.0.2 - 2018-02-08

  • Support Laravel 5.6

2.0.1 - 2017-12-19

  • fix issues where files with no class caused type errors

2.0.0 - 2017-09-01

  • added support for Laravel 5.5
  • renamed config file from laravel-model-cleanup to model-cleanup

1.2.0 - 2016-08-10

  • allow v3 of php parser

1.1.0 - 2016-08-10

  • Added ModelWasCleanedUpEvent

1.0.0 - 2016-03-18

  • Initial release