Skip to content

Releases: GabrielHCataldo/go-mongo-template

v1.2.2

04 Mar 10:33
Compare
Choose a tag to compare

Bug fix next page on findPageable func.

v1.2.1

18 Feb 16:12
Compare
Choose a tag to compare

Added FindOneAndDeleteById, FindOneAndReplaceById, FindOneAndUpdateById and global option.

v1.2.0

05 Feb 19:29
Compare
Choose a tag to compare

Bug fix find pageable input ref.

v1.1.9

30 Jan 21:09
Compare
Choose a tag to compare

Bug fix convert to string and validate type IsBytes.

v1.1.8

30 Jan 17:15
Compare
Choose a tag to compare

Added decode page result.

v1.1.7

30 Jan 17:10
Compare
Choose a tag to compare

Bug fix current page on PageResult

v1.1.6

30 Jan 17:06
Compare
Choose a tag to compare

Added a custom type to the pagination content to facilitate conversion to the desired slice and item type.

v1.1.5

30 Jan 13:11
Compare
Choose a tag to compare

Added a custom type to the pagination content to facilitate conversion to the desired slice and item type.

v1.1.4

28 Jan 16:04
Compare
Choose a tag to compare

Bug fix convert primitive.Datetime to time.Time and validations time AfterToday and Today validator.

v1.1.3

28 Jan 13:47
Compare
Choose a tag to compare

Updated dependencies, and implementation go-helper, go-errors.