Skip to content

Releases: webstradev/gin-pagination

v2.1.1

13 Mar 07:49
b0fb217
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #27

Full Changelog: v2.1.0...v2.1.1

v2.1.0

07 Mar 17:37
328c551
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #23
  • add to headers by @crlogic in #25
  • Make header prefix customizable (allows no prefix as well) by @webstradev in #26
  • Fix: Error messages now respect custom option names and values. by @jmetrikat in #24

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

16 Oct 20:36
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

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