Releases: one2tek/larapi
1.1.1
1.1.1
- Added docs for Appends (https://one2tek.github.io/larapi/#/appends).
- Added 2 new methods to sort data (https://one2tek.github.io/larapi/#/sorting).
1.1.0
1.1.0
Complete documentation moved to https://one2tek.github.io/larapi.
1.0.7
1.0.6
1.0.5
1.0.4
1.0.4
Added method ** doesntHave** (84687ef).
Check docs: https://github.com/one2tek/larapi#querying-relationship-absence.
1.0.3
1.0.2
1.0.2
Method get replaced with getWithCount after create Service with command php artisan component:make {parent} {name} .
Added more details for command php artisan component:make {parent} {name} README.
1.0.1
1.0.1
Improved filters.
Added method getWithCount.
Added more Example filters to README.
Added clauseOperator and or to Custom Filters.
Removed join-columns from config file, replaced with filterRawJoinColumns in repositories.
Improved Slack formatter.
1.0.0
1.0.0
Improved filters, added full support for not (negative filter) in all operators.
Added more details to readme.md.
Added Scopes System including Local Scopes and Global Scopes.
Added has to support Querying Relationship Existence.
Added Advanced Eager loading.
Added way to select columns dynamically.