Releases: reliese/laravel
Releases · reliese/laravel
v1.2.0
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
What's New?
Changed
#242 Update WhoDidIt.php, thanks @lugotal
v1.1.7
What's New?
Changed
#235 Fix Undefined index:primary for SQLITE, thanks @neatstudio
v1.1.6
What's New?
Changed
- #236 set data type now treated as a string, thanks @kl4ver
v1.1.5
What's new
Added
- #220 Add return type declarations
v1.1.3
What's new
Fixed
- #221 Column type BLOB should be interpreted as string
- #224 Tiny typo ;)
v1.1.2
What's new
Fixed
- #211 Tweak to improve output when not using base files, thanks to @coatesap
v1.1.1
What's new
Fixed
- #209 Same-model relationships now no longer return instances of the base class, thanks to @coatesap
v1.1.0
What's new
Added
- #196 Ability to override automatically generated model names for specific tables, thanks to @coatesap