Mongo Go Pagination Versions Save

Golang Mongodb Pagination for official mongodb/mongo-go-driver package which supports both normal queries and Aggregation pipelines with all information like Total records, Page, Per Page, Previous, Next, Total Page and query results.

v0.0.8

2 years ago

MongoDB driver updated to v1.7.4

What's Changed

Full Changelog: https://github.com/gobeam/mongo-go-pagination/compare/v0.0.7...v0.0.8

v0.0.7

2 years ago

In aggregate facet search now if sort exists it is applied before limiting which is the default behavior. And official mongo driver v1.3.1 is upgraded to v1.7.1.

What's Changed

Full Changelog: https://github.com/gobeam/mongo-go-pagination/compare/v0.0.6...v0.0.7

v0.0.6

2 years ago

Get skip logic error due to pull request 11 resolved, and new example with api server added for more clarity.

v0.0.5

3 years ago
  • New feature (Sort 2nd argument has been changed to type interface to enable complex sorting)

v0.0.4

3 years ago
  • Passing context through chaining method enabled
  • Passing custom struct to Decode for normal queries implemented
  • Example, Test, README.md updated accordingly

v0.0.3

3 years ago
  • Sort Chaining Enabled