This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Releases: Saritasa/php-laravel-entity-services
Releases · Saritasa/php-laravel-entity-services
2.0.0
Add support laravel 6.* versions
1.5.0 Add all laravel 6 versions as supported
1.4.0
1.3.0
Changes:
- Remove direct dependency from dingo/api
- Update dependent version of laravel-repositories library
- Added compatibility with laravel 5.8
1.2.3
Changed:
- Resolving entity service dependencies now use provided parameters when it builds instead Binding container resolver
- Fixed description typos in service provider
- Increase tests coverage
1.2.2
Changed:
- Fix issue with update method when it does not take into account the validation rules inside the service.
1.2.1
Important note:
Changes may break backward compatibility. You should check all places where can be directly creation of EntityService class, or some logic required errors handling while building services.
Changed:
- Removed method
validate
from IEntityService contract - Added getting validation rules from entity service instead repository
- Rename EntityServiceBindingException to EntityServiceRegisterException
- Fixed description typos
- Service factory now have less dependencies and leave resolving it on
DI-container side - EntityService lost EntityServiceFactory dependency
- EntityServiceRegisterException now will be thrown immediately when
attempt to register custom entity service with wrong parameters - Increase unit tests coverage
1.1.1
1.1.0
Added:
- Ability to register custom entity services implementation using configuration file.
Changed:
- Make implementation of IEntityServiceFactory in DI container as singleton by default.
- Improve default provider documentation.
Fixed:
- Issue with impossibility to register custom repository.
- Issue with call of non-existing property in EntityServiceFactory.
Debug version
1.0 Switch release version to 1.0