All notable changes to spatie/laravel-paginateroute
will be documented in this file.
- Added: Support for Persian
- Fixed: Wrong
Request
facade import
- Fixed:
pageUrl
method query bug
- Added: Preserve query string on pagination urls
- Added: Support for Arabic
- Laravel 5.4 fixes
- Laravel 5.4 compatibility
- Return route from paginate macro to allow chaining
- Bugfix: Fixed
it
lang file
- Bugfix: make the package play nice in situations where a route could not be determined.
- Added: Ability to add classes to pagination list items
- Added: Ability to render next/previous links alongside pagination lists
- Feature: added
renderRelLink()
- Bugfix: fix the Laravel 5.0 bug introduced in 2.0.1
IMPORTANT: This version contains a bug that'll break Laravel 5.0 apps
- Bugfix: routes with parameters will now render correctly
Please refer to the upgrading section for more info.
- Internal refactor that changes the generated routes from the
paginate
macro - Added:
addPageQuery
function
- Bugfix: Url's can now be correcly generated via laravel's
action()
method
- renderHtml is deprecated in favor of renderPageList
- Added: More languages
- Some big internal refactors
- Added: allUrls function
- Added: renderHtml function
- Test coverage
- Removed spatie/string dependency
- Added: Hebrew translation
- Minor refactors
- Added: Portuguese translation
- Bugfix: Parameterless route should trump the parameter route
- Bugfix: URL generation is more reliable
- PHP version requirement is now 5.4
- Added: pagination url functions
- First release!