Files
pagination/CHANGELOG.md
T
2026-01-01 22:29:18 +00:00

682 B

Changelog

All notable changes to this project will be documented in this file.

[0.0.5] - 2025-09-13

🐛 Bug Fixes

  • (deps) Update module github.com/stretchr/testify to v1.11.0
  • (deps) Update module github.com/stretchr/testify to v1.11.1

[0.0.4] - 2025-06-16

🐛 Bug Fixes

  • (pagination) Handle empty page return case

[0.0.3] - 2025-06-16

🐛 Bug Fixes

  • Update GetPage to check for empty items slice

[0.0.2] - 2025-06-15

🐛 Bug Fixes

  • Update Codecov badge URL in README
  • (pagination) Handle out-of-bounds slicing in pagination

[0.0.1] - 2025-06-07

🚀 Features

  • Initial version