You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking changes
Add OpdsPaginate::class based on #40 from @mikespub to handle manual pagination for issue #38
Opds method send() have now a new parameter bool $exit = false to control if the script should exit after sending the response to replace bool $mock = false parameter. By default, send() will not exit the script.
Merge paginator with paginate() method, if you not set any parameter, it will generate pagination, if you set OpdsPaginate object, it will generate pagination based on it
Remove usePagination and useAutoPagination from OpdsConfig class, now you can use paginate() method to handle pagination
Misc
OpdsConfig::class can have nullable updated attribute