Skip to content

Releases: reliese/laravel

v1.4.0

20 Mar 16:18
2181113
Compare
Choose a tag to compare

What's New?

  • Add MariaDB to supported databases #285
  • PHP8.4 - fix - #310
  • Update property type in case if we don't have record in related table #304

Thanks

@antevgen @klas @kamil-michalak

v1.3.5

26 Sep 13:34
2fc69cb
Compare
Choose a tag to compare

What's New?

  • Add support for including a list of table columns to generated models #295

v1.3.4

12 Sep 16:36
75111e5
Compare
Choose a tag to compare

What's New?

  • Solves problem with postgresql databases in Laravel 11 #294. Thanks @C-ArenA

v1.3.3

15 Aug 09:35
0ea3640
Compare
Choose a tag to compare

What's New?

Changes

  • Added support for staudenmeir/laravel-cte #293

v1.3.2

06 Jun 14:30
c286d28
Compare
Choose a tag to compare

What's New?

Changes

Added Laravel 11 support for both Postgres and MySQL drivers. Thanks @igun997.

v1.3.1

10 May 11:57
7f8f377
Compare
Choose a tag to compare

What's New?

  • Fixes a bug where str_replace would replace more than 1 instance of an imported class #278

v1.3.0

12 Apr 14:03
4438db1
Compare
Choose a tag to compare

What's New?

Changed

  • Fixed an issue where 2 related tables would generate the incorrect relationship type, where one table includes the other's name. #276 - thanks @antevgen & @XedinUnknown

v1.2.4

04 Dec 13:29
8ff9498
Compare
Choose a tag to compare

What's New?

Changed

  • #264 Add hidden property in BaseModels - thanks @0kyn

v1.2.3

17 Aug 07:52
3e0d2e5
Compare
Choose a tag to compare

What's New?

Changed

  • #252 Added tables included with Laravel to the exclude list - thanks @alibori

v1.2.2

04 Apr 11:49
b283b30
Compare
Choose a tag to compare

What's New?

Changed

  • Fixed incorrect date / datetime casting introduced in #254, now casts correctly to 'datetime' so time is correctly preserved