Releases: reliese/laravel
Releases · reliese/laravel
v1.3.5
What's New?
- Add support for including a list of table columns to generated models #295
v1.3.4
What's New?
- Solves problem with postgresql databases in Laravel 11 #294. Thanks @C-ArenA
v1.3.3
What's New?
Changes
- Added support for staudenmeir/laravel-cte #293
v1.3.2
What's New?
Changes
Added Laravel 11 support for both Postgres and MySQL drivers. Thanks @igun997.
v1.3.1
What's New?
- Fixes a bug where str_replace would replace more than 1 instance of an imported class #278
v1.3.0
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
What's New?
Changed
- #264 Add hidden property in BaseModels - thanks @0kyn
v1.2.3
What's New?
Changed
- #252 Added tables included with Laravel to the exclude list - thanks @alibori
v1.2.2
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
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.