Skip to content

Releases: reliese/laravel

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

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