Skip to content

Releases: reliese/laravel

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

v1.1.4

23 Feb 02:50
e016b56
Compare
Choose a tag to compare

What's new

Fixed

v1.1.3

13 Dec 09:09
0a83db1
Compare
Choose a tag to compare

What's new

Fixed

  • #221 Column type BLOB should be interpreted as string
  • #224 Tiny typo ;)

v1.1.2

29 Apr 14:38
47eeb40
Compare
Choose a tag to compare

What's new

Fixed

  • #211 Tweak to improve output when not using base files, thanks to @coatesap

v1.1.1

29 Apr 13:55
fba5731
Compare
Choose a tag to compare

What's new

Fixed

  • #209 Same-model relationships now no longer return instances of the base class, thanks to @coatesap

v1.1.0

09 Mar 09:15
6f0a710
Compare
Choose a tag to compare

What's new

Added

  • #196 Ability to override automatically generated model names for specific tables, thanks to @coatesap

v1.0.0

05 Mar 15:31
2777144
Compare
Choose a tag to compare

What's new

Added

  • #192 Output more descriptive relationship names, and avoid naming collisions, thanks to @coatesap

Changed

  • Raised minimum support to PHP 7.3, inline with Laravel