Releases: liam-wiltshire/laravel-jit-loader
Releases · liam-wiltshire/laravel-jit-loader
Support for Laravel 8
Merge pull request #25 from mikemand/laravel-8 Add support for Laravel 8
Support for Laravel 7
Merge pull request #24 from davidjr82/patch-1 Laravel 7 support
Support for Laravel 6
Merge pull request #19 from fridzel/master Laravel 6 support
Include context with logging
- Add context to logging to make filtering with tools such as Telescope easier. Thanks to @svenluijten for the initial PR
Performance improvements and Logging fixes
- Various performance improvements - changing stacktrace calls, simplification of calls
- Fixes to logging from child models.
- Added assertion to test logging string
- Various code cleanups.
Thanks to @staudenmeir and @mikemand for their contributions to this release!
Added Logging
- Added logging to allow you to identify places where eager loading could be added
- Optimisation to prevent the relationship on the first item in the collection being loaded twice
- Added performance test so future changes can be verified as not impacting performance.
Added trait
- Updated relationship loading method to match Laravel 5.8
- Added an
AutoloadsRelationships
trait - this can beuse
d instead of extending the Autoload Model.
Initial release with license details
Merge pull request #2 from liam-wiltshire/add-license Add license details to composer.json
Initial beta release of JIT loader
Merge pull request #1 from liam-wiltshire/documentation-update Add various bits of documentation