Skip to content

Releases: liam-wiltshire/laravel-jit-loader

Support for Laravel 8

11 Nov 22:55
bfec4d1
Compare
Choose a tag to compare
Merge pull request #25 from mikemand/laravel-8

Add support for Laravel 8

Support for Laravel 7

11 Mar 07:58
385a5d3
Compare
Choose a tag to compare
Merge pull request #24 from davidjr82/patch-1

Laravel 7 support

Support for Laravel 6

10 Sep 09:20
5f51430
Compare
Choose a tag to compare
Merge pull request #19 from fridzel/master

Laravel 6 support

Include context with logging

22 Jun 07:49
6f0091e
Compare
Choose a tag to compare
  • 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

16 Jun 16:51
069db15
Compare
Choose a tag to compare
  • 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

15 Jun 07:41
4b27bc7
Compare
Choose a tag to compare
  • 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

28 Feb 21:46
2bbb6bb
Compare
Choose a tag to compare
  • Updated relationship loading method to match Laravel 5.8
  • Added an AutoloadsRelationships trait - this can be used instead of extending the Autoload Model.

Initial release with license details

24 Feb 22:32
8b266eb
Compare
Choose a tag to compare
Merge pull request #2 from liam-wiltshire/add-license

Add license details to composer.json

Initial beta release of JIT loader

24 Feb 22:26
044a250
Compare
Choose a tag to compare
Merge pull request #1 from liam-wiltshire/documentation-update

Add various bits of documentation