Skip to content

Releases: beyondcode/laravel-er-diagram-generator

5.0.0

13 Jun 13:55
899b0d5
Compare
Choose a tag to compare

Warning

Version 5.0.0 drops support for PHP < 8.2 and Laravel < 10.

What's Changed

New Contributors

Full Changelog: 4.0.0...5.0.0

4.0.0

06 Dec 16:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...4.0.0

3.0.0

15 Mar 17:41
60799f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...3.0.0

2.0.0

10 Feb 09:42
548a1f3
Compare
Choose a tag to compare
  • Laravel 9 compatibility
  • Laravel 10 compatibility
  • Use DIRECTORY_SEPARATOR in model path setting in config.php

1.5.0

08 Oct 13:42
2578ea9
Compare
Choose a tag to compare

Add the ability to whitelist models

1.4.0

20 Oct 17:39
Compare
Choose a tag to compare

Added Laravel 6 support

1.3.0

04 Sep 07:29
Compare
Choose a tag to compare

Add Laravel 6 support

1.2.2

30 May 09:33
Compare
Choose a tag to compare

#53 accommodate API change in laravel 5.8

1.2.1

19 Sep 07:45
e9b835e
Compare
Choose a tag to compare

Fixes

  • Ignore abstract classes

1.2.0

15 Aug 08:00
89f0c9b
Compare
Choose a tag to compare

Added

  • Added ability to ignore specific models and relations

Fixed

  • Fixed relation lookup when they were defined in traits