Releases: one2tek/larapi
Releases · one2tek/larapi
2.0.11
1.2.7
Remove ability to exclude global scope
2.0.10
2.0.9
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
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
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
2.0.7
Update stubs files for component:make Command.
2.0.6
[Bug fix release]
Fix LaravelServiceProvider class not found.
2.0.5
2.0.5
Added CreateRequest and UpdateRequest to component:make command.
Renamed LaravelServiceProvider to LarapiServiceProvider.
2.0.4
2.0.4
Added method orderByRandom.