Skip to content

Releases: adhenrique/laravel-domain-oriented

v2.1.1

08 Jan 19:40
cb49bda
Compare
Choose a tag to compare
  • adjusting typo of field name into Resource
  • changing getRules into ValidateService from private to public

v2.1.0

03 Mar 20:16
767ed0e
Compare
Choose a tag to compare

Added support to change offset of paginate into SearchServices

v2.0.1

20 Jan 15:39
d043328
Compare
Choose a tag to compare
  • added HasFactory into PersistenceModel
  • adjusting bug when call authorize method into Controller (missed parameters)

v2.0.0

14 Jan 20:17
aaed13c
Compare
Choose a tag to compare

Breaking changes:

  • removed beforeSearch methods
  • added beforeAll and beforeFindById methods

v1.1.3

14 Jan 18:23
22a8368
Compare
Choose a tag to compare
  • Bug on registering Policies
  • Removed parent Policy, since we need to modify the Policy of the domain according to our needs.

v1.1.2

14 Jan 00:18
ab587bb
Compare
Choose a tag to compare
  • typo when defining the class namespace 🤦🏻‍♂️

v1.1.1

14 Jan 00:12
9237cca
Compare
Choose a tag to compare
  • fixing Seeder namespace

v1.1.0

11 Jan 23:46
381da77
Compare
Choose a tag to compare
  • 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

11 Jan 23:46
1367389
Compare
Choose a tag to compare

First release