Skip to content

Releases: gobeam/mongo-go-pagination

MongoDB driver updated to v1.7.4

09 Nov 05:46
Compare
Choose a tag to compare

MongoDB driver updated to v1.7.4

What's Changed

  • upgrade: mongo driver version upgraded to latest from v1.3.1 to v1.7.1 by @gobeam in #28
  • Option added to set collation by @gobeam in #33

Full Changelog: v0.0.7...v0.0.8

Aggregation sort fix and mongo-driver upgraded to v1.7.1

10 Aug 03:43
Compare
Choose a tag to compare

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

02 Jul 03:16
Compare
Choose a tag to compare

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

26 Apr 05:28
Compare
Choose a tag to compare
  • New feature (Sort 2nd argument has been changed to type interface to enable complex sorting)

v0.0.4

03 Mar 06:41
Compare
Choose a tag to compare
  • Passing context through chaining method enabled
  • Passing custom struct to Decode for normal queries implemented
  • Example, Test, README.md updated accordingly

v0.0.3

03 Mar 06:38
Compare
Choose a tag to compare
  • Sort Chaining Enabled