Commit Graph

91 Commits

Author SHA1 Message Date
argoyle 84bc7a80ce Merge branch 'next-release' into 'main'
chore(release): prepare for v0.1.0

See merge request unboundsoftware/pagination!33
v0.1.0
2026-01-01 23:39:25 +01:00
Unbound Release ace572f1d6 chore(release): prepare for v0.1.0 2026-01-01 23:39:25 +01:00
argoyle b38eccbc46 Merge branch 'test/validation-coverage' into 'main'
test: add comprehensive validation and cursor test coverage

See merge request unboundsoftware/pagination!63
2026-01-01 23:21:38 +01:00
argoyle 0d61ca4d92 Merge branch 'docs/godoc-comments' into 'main'
docs: add godoc comments to public functions and types

See merge request unboundsoftware/pagination!65
2026-01-01 22:22:21 +01:00
argoyle 3af635b6c3 test: add comprehensive validation and cursor test coverage 2026-01-01 21:41:32 +01:00
argoyle 3008e2c49b docs: add godoc comments to public functions and types 2026-01-01 21:41:08 +01:00
argoyle 250a5e0c04 Merge branch 'feat/total-count' into 'main'
feat: add TotalCount field to PageInfo

See merge request unboundsoftware/pagination!64
2026-01-01 21:37:46 +01:00
argoyle 4b5115fe26 Merge branch 'refactor/custom-error-types' into 'main'
refactor: add custom error types for better error handling

See merge request unboundsoftware/pagination!62
2026-01-01 21:35:55 +01:00
argoyle 6409d9b2aa refactor: add custom error types for better error handling 2026-01-01 20:39:59 +01:00
argoyle 718fb0b17c Merge branch 'fix/negative-slice-index' into 'main'
fix: prevent negative slice index when last exceeds items count

See merge request unboundsoftware/pagination!61
2026-01-01 16:49:46 +01:00
argoyle 7fd209b5df Merge branch 'docs-add-CLAUDE-and-update-gitignore' into 'main'
docs: add CLAUDE.md and update .gitignore

See merge request unboundsoftware/pagination!60
2026-01-01 16:48:40 +01:00
argoyle 3e5b220810 feat: add TotalCount field to PageInfo
test: add TotalCount assertions to existing tests
2026-01-01 15:37:19 +01:00
argoyle bead25aa6b fix: prevent negative slice index when last exceeds items count 2026-01-01 15:09:00 +01:00
argoyle 236399df03 docs: add CLAUDE.md and update .gitignore 2026-01-01 15:08:10 +01:00
argoyle 02405c5ce1 Merge branch 'renovate/golang-1.25.5' into 'main'
chore(deps): update golang:1.25.5 docker digest to ad03ba9

See merge request unboundsoftware/pagination!59
2025-12-30 15:55:43 +01:00
Renovate 57111d2dfb chore(deps): update golang:1.25.5 docker digest to ad03ba9 2025-12-30 03:55:39 +00:00
argoyle f9586d2d1d Merge branch 'renovate/golang-1.25.5' into 'main'
chore(deps): update golang:1.25.5 docker digest to 0c27bcf

See merge request unboundsoftware/pagination!58
2025-12-09 09:53:22 +01:00
Renovate ef5de45119 chore(deps): update golang:1.25.5 docker digest to 0c27bcf 2025-12-09 02:08:40 +00:00
argoyle 57d72c54d1 Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.7.2

See merge request unboundsoftware/pagination!57
2025-12-08 09:40:22 +01:00
Renovate 78c5423940 chore(deps): update pre-commit hook golangci/golangci-lint to v2.7.2 2025-12-07 16:56:00 +00:00
argoyle a55fa056f6 Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.7.1

See merge request unboundsoftware/pagination!56
2025-12-04 16:24:06 +01:00
Renovate da5101f196 chore(deps): update pre-commit hook golangci/golangci-lint to v2.7.1 2025-12-04 14:56:19 +00:00
argoyle 63b91ee6ec Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.7.0

See merge request unboundsoftware/pagination!55
2025-12-04 08:27:17 +01:00
Renovate 484134fb5f chore(deps): update pre-commit hook golangci/golangci-lint to v2.7.0 2025-12-03 19:55:48 +00:00
argoyle 1f997f4b8f Merge branch 'renovate/golang-1.x' into 'main'
chore(deps): update golang docker tag to v1.25.5

See merge request unboundsoftware/pagination!54
2025-12-02 19:38:51 +01:00
Renovate f878072e6f chore(deps): update golang docker tag to v1.25.5 2025-12-02 18:07:49 +00:00
argoyle 61cbd44133 Merge branch 'renovate/gitleaks-gitleaks-8.x' into 'main'
chore(deps): update pre-commit hook gitleaks/gitleaks to v8.30.0

See merge request unboundsoftware/pagination!53
2025-11-27 00:03:47 +01:00
Renovate 6e24d707d7 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.30.0 2025-11-26 18:55:53 +00:00
argoyle f879f0e13e Merge branch 'renovate/gitleaks-gitleaks-8.x' into 'main'
chore(deps): update pre-commit hook gitleaks/gitleaks to v8.29.1

See merge request unboundsoftware/pagination!52
2025-11-20 09:20:03 +01:00
Renovate 4881dda264 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.29.1 2025-11-19 21:55:21 +00:00
argoyle 43a1a54748 Merge branch 'renovate/golang-1.25.4' into 'main'
chore(deps): update golang:1.25.4 docker digest to efe81fa

See merge request unboundsoftware/pagination!51
2025-11-18 16:19:33 +01:00
Renovate f94df9038f chore(deps): update golang:1.25.4 docker digest to efe81fa 2025-11-18 11:55:25 +00:00
argoyle 8f12a7cdc1 Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.2

See merge request unboundsoftware/pagination!50
2025-11-14 16:20:44 +01:00
Renovate 56537c188d chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.2 2025-11-14 13:55:05 +00:00
argoyle 09e72624f5 Merge branch 'renovate/golang-1.x' into 'main'
chore(deps): update golang docker tag to v1.25.4

See merge request unboundsoftware/pagination!49
2025-11-05 23:13:04 +01:00
Renovate 33c35f6290 chore(deps): update golang docker tag to v1.25.4 2025-11-05 22:06:42 +00:00
argoyle a8befab266 Merge branch 'renovate/gitleaks-gitleaks-8.x' into 'main'
chore(deps): update pre-commit hook gitleaks/gitleaks to v8.29.0

See merge request unboundsoftware/pagination!48
2025-11-05 06:51:44 +01:00
Renovate 196af118a4 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.29.0 2025-11-05 01:55:46 +00:00
argoyle dd2c49d44c Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.1

See merge request unboundsoftware/pagination!47
2025-11-04 13:34:45 +01:00
argoyle ca2bf9629f Merge branch 'renovate/golang-1.25.3' into 'main'
chore(deps): update golang:1.25.3 docker digest to 9ac0edc

See merge request unboundsoftware/pagination!46
2025-11-04 13:34:01 +01:00
Renovate 83ed741568 chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.1 2025-11-04 11:55:22 +00:00
Renovate 83a3b5f2bd chore(deps): update golang:1.25.3 docker digest to 9ac0edc 2025-11-04 11:55:19 +00:00
argoyle 92f6545acd Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.0

See merge request unboundsoftware/pagination!45
2025-10-29 23:14:49 +01:00
Renovate 89f642e45b chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.0 2025-10-29 19:55:22 +00:00
argoyle 6c3576453a Merge branch 'feat/config-cleanup-remove-initial-tag' into 'main'
feat(config): remove initial tag configuration and cleanup

See merge request unboundsoftware/pagination!44
2025-10-21 16:14:48 +02:00
argoyle a32311acd9 feat(config): remove initial tag configuration and cleanup
Removes the initial tag setting from the configuration and cleans up 
commented sections for better readability. This simplifies the config 
file and enhances maintainability for future updates.
2025-10-21 15:31:54 +02:00
argoyle fb800730bb Merge branch 'renovate/golang-1.25.3' into 'main'
chore(deps): update golang:1.25.3 docker digest to 69d1009

See merge request unboundsoftware/pagination!43
2025-10-21 14:18:08 +02:00
Renovate afada26260 chore(deps): update golang:1.25.3 docker digest to 69d1009 2025-10-21 09:54:56 +00:00
argoyle 90e56fa252 Merge branch 'renovate/golang-1.x' into 'main'
chore(deps): update golang docker tag to v1.25.3

See merge request unboundsoftware/pagination!42
2025-10-14 08:58:28 +02:00
Renovate e21b681edf chore(deps): update golang docker tag to v1.25.3 2025-10-13 23:55:21 +00:00