Skip to content

Releases: webstradev/gin-pagination

v2.0.2

16 Oct 20:36
Compare
Choose a tag to compare

v1.0.5

12 Oct 09:56
Compare
Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

v2.0.1

10 Oct 19:46
42b7bc6
Compare
Choose a tag to compare

Full Changelog: v1.0.4...v2.0.1

What's Changed

Breaking Changes!!!

  • New import path github.com/webstradev/gin-pagination/v2/pkg/pagination
  • No more pagination.Default() -> use pagination.New()
  • pagination.New() now takes optional function parameters to customize., see the README.md for details.

Full Changelog: v1.0.4...v2.0.1

v1.0.4

19 Aug 14:33
60623cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

14 Aug 21:36
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2

16 Jun 07:30
edbb2c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

31 Dec 10:56
03acc51
Compare
Choose a tag to compare

What's Changed

  • Bump actions/dependency-review-action from 2 to 3 by @dependabot in #1

New Contributors

Full Changelog: v1.0.0...v1.0.1

Initial Release

28 Dec 10:03
60a9cc3
Compare
Choose a tag to compare

This release is the initial release of the gin-pagination package supporting default and custom pagination middleware

Full Changelog: https://github.com/webstradev/gin-pagination/commits/v1.0.0