Skip to content

Releases: one2tek/larapi

1.1.1

05 Nov 16:56
Compare
Choose a tag to compare

1.1.1

  1. Added docs for Appends (https://one2tek.github.io/larapi/#/appends).
  2. Added 2 new methods to sort data (https://one2tek.github.io/larapi/#/sorting).

1.1.0

05 Nov 08:55
Compare
Choose a tag to compare

1.1.0

Complete documentation moved to https://one2tek.github.io/larapi.

1.0.7

03 Nov 12:35
Compare
Choose a tag to compare

1.0.7

Renamed exludeGlobalScopes too excludeGlobalScopes (b7a9cf0).

1.0.6

30 Oct 20:12
Compare
Choose a tag to compare

1.0.6

Added different ways to select columns (0b7c85b).

  1. {routeUrl}?select=id,created_at
  2. {routeUrl}?selects=last_name,first_name

Happy coding 🥂.

1.0.5

26 Oct 16:46
Compare
Choose a tag to compare

1.0.5

In Routes:

  1. Added extra routes, to make unlimited routes (08a3fde).

1.0.4

16 Oct 08:55
9f54f64
Compare
Choose a tag to compare

1.0.4

Added method ** doesntHave** (84687ef).
Check docs: https://github.com/one2tek/larapi#querying-relationship-absence.

1.0.3

08 Oct 20:35
d8308c7
Compare
Choose a tag to compare

1.0.3

In ComponentMakeCommand:

  1. Removed unused variables (8d56da2).
  2. Removed unused classes (81145c5).
  3. Added support for Plural and Singular (93bf4a6).

1.0.2

06 Oct 20:57
a7c6b9e
Compare
Choose a tag to compare

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

05 Oct 09:30
7fecc67
Compare
Choose a tag to compare

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

26 Sep 14:24
Compare
Choose a tag to compare

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.