Releases: zebresel-com/mongodm
Releases · zebresel-com/mongodm
v2.0.1
Changes:
- Add contribution rules (just some documentation changes..)
v2.0.0
Changes:
- Add support for custom DialInfo (#12, #15)
- Rename config attribute
Source
to DatabaseSource
(This change is not backward compatible!)
Contributors:
v1.1.2
Changes:
- Dockerized the project for easier contribution (#11, #14)
- Add
Source
attribute to connection config
Contributors:
v1.0.1
Changes:
- fixed validation bug for (non relation) slices (#5, a0d4948)
First major release
Changes:
- added default localisation file if none specified (PR #2)
- added database authentication support with username and password (PR #3)
- added support for multiple database connection hosts
Please note to use DatabaseHosts []string
in connection config instead of DatabaseHost string
now!
Second release candidate
- fixes a bug when interface fields where empty
- fixes #1
- fixes tests
v0.9.0-rc.1
The first release candidate