-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to pagy 9 #23
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Minor comment
Sorry, looks like you also need to change Github action settings to exclude Ruby 3.0 |
@@ -1,3 +1,20 @@ | |||
### 0.9.0 | |||
|
|||
- Pin to Pagy 9.x. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just say:
- BREAKING: Use Pagy 9.x. This contains breaking changes, see [CHANGELOG.md](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md#version-900)
- BREAKING: Rename `items` parameter to `limit` to align with latest Pagy naming convention.
Remove the rest, it's too verbose and doesn't tell much to the actual user :)
I've done refactor introduced in Pagy v9.x that changes
items
tolimit