-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
49 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
<!-- whats_new_start --> | ||
### ✴ What's new in 9.0+ ✴ | ||
- Wicked-fast [Keyset Pagination](https://ddnexus.github.io/pagy/docs/api/keyset/) for big data! It works with `ActiveRecord::Relation` and `Sequel::Dataset` sets. | ||
- More [Playground Apps](https://ddnexus.github.io/pagy/playground/) to showcase, clone and develop pagy APPs without any setup on your side | ||
- Lots of refactorings and optimizations | ||
- See the [Changelog](https://ddnexus.github.io/pagy/changelog) for possible breaking changes | ||
<!-- whats_new_end --> | ||
- Lots of refactorings and optimizations | ||
- See the [Changelog](https://ddnexus.github.io/pagy/changelog) for breaking changes | ||
|
||
### Changes in 8.6.3 | ||
### Changes in 9.0.0 | ||
|
||
<!-- changes_start --> | ||
- Add missing DEFAULT[:max_pages] hint to the config/pagy.rb | ||
- Improve activerecord handling in playground apps | ||
- Fix the missing "ar.pagy.aria_label.nav.other" (closes #577) | ||
- Improve Keyset::Sequel and docs | ||
- BREAKING: Rename :max_limit > :limit_max | ||
- BREAKING: Rename variable, param, accessor, extra and helper "items" to "limit" | ||
- Add playground keyset_ar.ru and keyset_s.ru apps and integration with the rest of the gems | ||
- Add keyset pagination base files | ||
- Pagy::Keyset API | ||
- ActiveRecord and Sequel adapters | ||
- BREAKING: Transform the vars positional hash argument in keyword arguments (double splat); internal renaming of setup/assign methods | ||
- Refactor pagy_get_vars in various backend extras | ||
- BREAKING: Refactor the fragment url | ||
- BREAKING: Refactor the anchor_string system | ||
- BREAKING: Drop the support for 8+ deprecations | ||
<!-- changes_end --> | ||
|
||
[CHANGELOG](https://ddnexus.github.io/pagy/changelog) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: gem | ||
specs: | ||
pagy (8.6.3) | ||
pagy (9.0.0) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.