Skip to content

Releases: GabrielHCataldo/go-mongo-template

v1.1.2

25 Jan 20:52
Compare
Choose a tag to compare
  • Added and refactored conditions to use go-helper.
  • Added to FullDocument when watching, the ParseToStruct function to make the document easier to read.
  • Updated the go-logger lib.
  • Refactored and added go-errors lib for better understanding when returning an error with file, line and message information.

v1.1.1

18 Jan 15:25
Compare
Choose a tag to compare

Updated dependencies.

v1.1.0

18 Jan 08:18
Compare
Choose a tag to compare

Refactor every part of options to be pointers and have more dynamics when instantiating an option parameter.

v1.0.9

18 Jan 07:28
Compare
Choose a tag to compare

Rename event listener variables and functions for better understanding.

v1.0.8

18 Jan 07:10
Compare
Choose a tag to compare

Renamed watch functions with handler.

v1.0.7

17 Jan 21:14
Compare
Choose a tag to compare

Exposed the mongo client used in the template.

v1.0.6

17 Jan 13:10
Compare
Choose a tag to compare

Adjust the way of obtaining the database and collection through the annotations of a structure.

v1.0.5

16 Jan 07:27
Compare
Choose a tag to compare

Removed disable auto rollback on delete and update many

v1.0.4

15 Jan 19:52
Compare
Choose a tag to compare

Added Simple Disconnect to use on defer call

v1.0.3

14 Jan 21:27
Compare
Choose a tag to compare

Added manipulation session and transaction