All notable changes to eloquent-repository
will be documented in this file
- Now it is possible to set a model entity with
$entity
property in Repository class - Dynamically set model entity with
setEntity()
method
- Namespace bug fixed
- Laravel ^7.0 support added
- Laravel ^6.0 compatibility added
- Dropped support for Laravel 5.6, 5.7 and 5.8
- Cache logic changes.
get
methods no longer caches results because of unpredictable$columns
argument.
$cacheTTL
property added alongsidecacheTTL()
method for simplicity.
- Container helper method replaced with dependency injection
- Cachable interface renamed to Cacheable
- PHP docBlocks updated
- Array type-hinting removed from methods to make them more flexible
- Initial release