This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
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