Reliese Laravel Versions Save

Reliese Laravel Model Generator

v1.3.0

1 month ago

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

5 months ago

What's New?

Changed

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

v1.2.3

8 months ago

What's New?

Changed

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

v1.2.2

1 year ago

What's New?

Changed

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

v1.2.0

1 year ago

What's New?

Changed

#254 - Removes deprecated $dates cast.

Notes

  • This is a minor release, as #254 introduces a significant change to the generated code, while still being backward compatible. See the PR for more information on access the old data held in the $dates array.

v1.1.8

1 year ago

What's New?

Changed

#242 Update WhoDidIt.php, thanks @lugotal

v1.1.7

1 year ago

What's New?

Changed

#235 Fix Undefined index:primary for SQLITE, thanks @neatstudio

v1.1.6

2 years ago

What's New?

Changed

  • #236 set data type now treated as a string, thanks @kl4ver

v1.1.5

2 years ago

What's new

Added

  • #220 Add return type declarations

v1.1.4

2 years ago

What's new

Fixed

  • #218 Update PostgreSQL Driver, thanks to @nasatome