Skip to content

Releases: beyondcode/laravel-er-diagram-generator

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

1.1.1

21 Jul 20:46
dea29dd
Compare
Choose a tag to compare

Fixed

  • Fixed an issue when scanning classes without namespaces.

1.1.0

18 Jul 15:49
eb984ae
Compare
Choose a tag to compare

Added

  • Added recursive model scanning so that the package can be used without further configuration

Fixed

  • Fixed filename generation with custom output formats