Releases: webstradev/gin-pagination
Releases · webstradev/gin-pagination
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v1.0.5
Full Changelog: v1.0.4...v1.0.5
v2.0.1
Full Changelog: v1.0.4...v2.0.1
What's Changed
- refactoring into v2 by @webstradev in #22
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
What's Changed
- Bump actions/dependency-review-action from 3 to 4 by @dependabot in #21
- Bump actions/setup-go from 4 to 5 by @dependabot in #20
- Bump github/codeql-action from 2 to 3 by @dependabot in #19
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #18
- Bump actions/checkout from 3 to 4 by @dependabot in #17
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Code Coverage by @webstradev in #2
- Bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #3
- Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0 by @dependabot in #4
- Bump actions/setup-go from 3 to 4 by @dependabot in #5
- Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #6
- Bump actions/checkout from 3 to 4 by @dependabot in #7
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #8
- Bump actions/setup-go from 4 to 5 by @dependabot in #9
- Bump github/codeql-action from 2 to 3 by @dependabot in #10
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #11
- Bump actions/dependency-review-action from 3 to 4 by @dependabot in #12
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #13
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #14
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #15
- Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 by @dependabot in #16
New Contributors
- @webstradev made their first contribution in #2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Bump actions/dependency-review-action from 2 to 3 by @dependabot in #1
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
Initial Release
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