Releases: analogueorm/analogue
Releases · analogueorm/analogue
Laravel 6.2 support
Merge pull request #292 from analogueorm/laravel_6.1_laravel_6.2 Support for laravel 6.1 and 6.2 and php 7.4
v6.0.1 Fix logic when hydrate value object
Fix logic when hydate value object
Laravel 6.0 support
v6.0.0 Add laravel support notice on readme.md and CHANGELOG.md
v5.6.15
Merge pull request #285 from analogueorm/pr.281 Query fix
v5.6.14 Fixed incomplete BelongsToMany eager loads
Total issues resolved: 1
Incomplete BelongsToMany eager loads #273
Add ability to map in different way the entities.
- Bring back ability to map DB columns that name are not equals to the name of the attribute.
- Add ability to map DB snake case columns to camel case properties on entities.
v5.6.12: Merge pull request #272 from analogueorm/analysis-86vEw6
Apply fixes from StyleCI
v5.6.11
Fix morphTo eagerloading
5.6.10
v5.6.10 Use base collection for unique(), contains()
5.6.9
v5.6.9 Fix conflicts