Commit Graph

10 Commits

Author SHA1 Message Date
Unbound Release e60459ddd4 chore(release): prepare for v0.0.3 v0.0.3 2025-06-16 07:13:07 +00:00
argoyle 8e8bdac22c fix: update GetPage to check for empty items slice
Refactor the GetPage function to check for an empty slice of items 
instead of a nil pointer. Update tests to cover cases for nil and 
empty slices, ensuring consistent behavior and improved clarity.
2025-06-16 09:09:04 +02:00
Unbound Release 704b755c4c chore(release): prepare for v0.0.2 v0.0.2 2025-06-15 20:27:11 +02:00
argoyle bb3f7327cd fix(pagination): handle out-of-bounds slicing in pagination
Ensure the pagination function correctly handles out-of-bounds indices  
when slicing items. Update the slice logic to prevent slice bounds  
errors and add a test case for better coverage of edge cases.
2025-06-15 19:56:47 +02:00
Renovate 0e8ba09d62 chore(deps): update golang:1.24.4 docker digest to 3494bbe 2025-06-11 02:51:22 +00:00
argoyle 9978b6f900 fix: update Codecov badge URL in README
Updates the Codecov badge URL in the README to ensure it 
correctly points to the project repository. This enhances 
documentation clarity and reflects the correct integration 
status.
2025-06-10 19:55:02 +02:00
Renovate bd468af1d2 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.27.2 2025-06-09 00:51:17 +00:00
Renovate ec1003a094 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.27.1 2025-06-08 02:51:14 +00:00
Unbound Release d44ae0fb93 chore(release): prepare for v0.0.1 v0.0.1 2025-06-07 17:52:45 +00:00
argoyle 26eff55974 feat: initial version 2025-06-07 19:44:54 +02:00