Releases: gobeam/mongo-go-pagination
Releases · gobeam/mongo-go-pagination
MongoDB driver updated to v1.7.4
Aggregation sort fix and mongo-driver upgraded to v1.7.1
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: v0.0.6...v0.0.7
Get skip issue released and new example api added
Get skip logic error due to pull request 11 resolved, and new example with api server added for more clarity.
sort value changed to type interface
- New feature (Sort 2nd argument has been changed to type interface to enable complex sorting)