Skip to content

Releases: one2tek/larapi

2.0.11

20 Apr 13:49
bc70565
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @IIVR made their first contribution in #81

Full Changelog: 2.0.10...2.0.11

1.2.7

10 Dec 13:45
Compare
Choose a tag to compare

Remove ability to exclude global scope

2.0.10

10 Sep 11:06
e7280f1
Compare
Choose a tag to compare

2.0.10

Added withTrashed parameter to include soft deleted rows #78 🎉.

2.0.9

22 Jun 11:04
Compare
Choose a tag to compare

2.0.9

Added more valid syntax for $whiteListFilter #75 (Thanks to @Angelinsky7) 🎉.

List of all valid syntax for $whiteListFilter:

public static $whiteListFilter = ['*'];
public static $whiteListFilter = ['id', 'title', 'author'];
public static $whiteListFilter = ['id', 'title', 'author.*'];  

Full Docs: https://one2tek.github.io/larapi/#/filtering?id=filtering

2.0.8

23 May 10:10
6d2c7e7
Compare
Choose a tag to compare

2.0.8

Added support to directly use the [not] operator to resolve #71 (Thanks to @Angelinsky7).
Improved Docs #68.

[1.2.6] Added defaults for select & selects

08 Mar 13:13
Compare
Choose a tag to compare

Select & Selects by default now contain '*' in order to select all fields from a table (useful when using Case functions with subqueries)

2.0.7

14 Feb 10:09
Compare
Choose a tag to compare

2.0.7

Update stubs files for component:make Command.

2.0.6

18 Jan 10:06
Compare
Choose a tag to compare

[Bug fix release]

Fix LaravelServiceProvider class not found.

2.0.5

18 Jan 09:56
2ba6708
Compare
Choose a tag to compare

2.0.5

Added CreateRequest and UpdateRequest to component:make command.
Renamed LaravelServiceProvider to LarapiServiceProvider.

2.0.4

14 Jan 08:50
Compare
Choose a tag to compare

2.0.4

Added method orderByRandom.