Skip to content

Tags: nrfta/paging-go

Tags

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #17 from nrfta/bug/fix-offset

fix(offset): correct StartCursor and EndCursor to reference current page items

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #16 from nrfta/feat/align-implementations

feat: Unified Paginator[T] API with Fetcher pattern and functional options

v2.1.0-beta.1

Toggle v2.1.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #16 from nrfta/feat/align-implementations

feat: Unified Paginator[T] API with Fetcher pattern and functional options

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14 from nrfta/refactor/code-simplification

refactor: Code simplification and helper extraction

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #13 from nrfta/feat/v2-rename-to-paging-go

feat: Release v2.0 with paging-go module rename

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8 from nrfta/chore/updgrade-sqlboiler-aarondl

chore: upgrade sqlboiler to new repo

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from nrfta/feat/add-sort-by

Add sort by to paging

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from nrfta/feat/add-json-tags-lower-case-PageArgs

add json tags to PageArgs

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from nrfta/feat/initial-implementation

Initial Implementation