Releases: adhenrique/laravel-domain-oriented
Releases · adhenrique/laravel-domain-oriented
v2.1.1
v2.1.0
Added support to change offset of paginate into SearchServices
v2.0.1
- added HasFactory into PersistenceModel
- adjusting bug when call authorize method into Controller (missed parameters)
v2.0.0
Breaking changes:
- removed beforeSearch methods
- added beforeAll and beforeFindById methods
v1.1.3
- Bug on registering Policies
- Removed parent Policy, since we need to modify the Policy of the domain according to our needs.
v1.1.2
- typo when defining the class namespace 🤦🏻♂️
v1.1.1
- fixing Seeder namespace
v1.1.0
- creating a domains.php file, that contains Domains names
- added Policy file, to provide way to authorize request into controller
- added a new method into SearchService: beforeSearch(). Now we can execute a queryBuilder before all() and findById() actions calls
- fixing some bugs and cleaning code
v1.0.0
First release