This repository has been archived by the owner on Oct 24, 2018. It is now read-only.
Releases: spatie/laravel-paginateroute
Releases · spatie/laravel-paginateroute
2.2.0
- Added: Ability to add classes to pagination list items
- Added: Ability to render next/previous links alongside pagination lists
2.1.0
- Feature: added
renderRelLink()
2.0.2
Fix Laravel 5.0 bug introduced in 2.0.2
2.0.1
Bugfix: routes with parameters will now render correctly
2.0.0
This release changes the route macro to only register one route with the entire query in it, so providing a page parameter to the action link is no longer possible.
For example, action('FooController@bar', ['page' => 3])
is no longer possible, and should be replaced by PaginateRoute::addPageQuery(action('FooController@bar'), 3)
.
1.6.1
- Bugfix: Url's can now be correcly generated via laravel's action() method
1.6.0
- renderHtml is deprecated in favor of renderPageList
- Added: More languages
- Some big internal refectors
1.4.0
- Test coverage
- Removed spatie/string dependency
1.3.0
- Added: Hebrew translation
- Minor refactors
1.2.0
- added Portuguese translation