duffelhq / paginator

Cursor-based pagination for Elixir Ecto
MIT License
750 stars 90 forks source link

Add expression based cursor v3 #166

Closed mattnenterprise closed 1 year ago

mattnenterprise commented 2 years ago

Successor of #147 and #60

darrenklein commented 1 year ago

Thank you so much for this - I've been testing this in my project where I need to paginate based on three separate calculated fields, and it seems to be working perfectly.

@stevedomin @sgerrand @msz (pinging you here, as Hex identifies you as the repo owners) - any chance of reviewing this PR and incorporating it? The behavior introduced here is pretty critical to my use case, and I'm certain that the ability to define expression-based cursors would benefit many folks.

mattnenterprise commented 1 year ago

@telphan Looking at the commit history you seem to be the person maintaining this project ? Can you review this PR ?

telphan commented 1 year ago

@mattnenterprise This PR should be ready to go in.

darrenklein commented 1 year ago

@telphan Thank you for your work on maintaining this project. Will you plan to cut a new Hex release?

edennis commented 9 months ago

Any chance of getting a version bump to include these changes? 🙏🏻