Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Releases: Saritasa/php-laravel-entity-services

2.0.0

07 Aug 07:24
816da64
Compare
Choose a tag to compare

Declare compatibility with Laravel 11

Add support laravel 6.* versions

18 Feb 15:47
3e82279
Compare
Choose a tag to compare
1.5.0

Add all laravel 6 versions as supported

1.4.0

21 Jan 11:35
Compare
Choose a tag to compare

Declare compatibility with Laravel 6

1.3.0

18 Mar 05:58
Compare
Choose a tag to compare

Changes:

  • Remove direct dependency from dingo/api
  • Update dependent version of laravel-repositories library
  • Added compatibility with laravel 5.8

1.2.3

13 Mar 12:08
Compare
Choose a tag to compare

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

13 Mar 05:14
Compare
Choose a tag to compare

Changed:

  • Fix issue with update method when it does not take into account the validation rules inside the service.

1.2.1

11 Mar 14:07
Compare
Choose a tag to compare

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

29 Jan 08:30
2986384
Compare
Choose a tag to compare

Switched to Dingo/Api 2.0 beta (which contains bugfix in authentication)

1.1.0

01 Aug 11:29
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

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

07 Jun 10:02
Compare
Choose a tag to compare
Debug version Pre-release
Pre-release
1.0

Switch release version to 1.0