Skip to content

Releases: reliese/laravel

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

v1.2.0

10 Mar 16:11
5e23e16
Compare
Choose a tag to compare

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

14 Oct 09:06
521f6aa
Compare
Choose a tag to compare

What's New?

Changed

#242 Update WhoDidIt.php, thanks @lugotal

v1.1.7

22 Aug 10:17
a71f200
Compare
Choose a tag to compare

What's New?

Changed

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

v1.1.6

09 May 10:17
394f1bd
Compare
Choose a tag to compare

What's New?

Changed

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

v1.1.5

14 Mar 09:15
fdd4d70
Compare
Choose a tag to compare

What's new

Added

  • #220 Add return type declarations