Skip to content

Releases: ddspog/mongo

v1.0.0

16 Apr 16:23
Compare
Choose a tag to compare

Finally v1.0!!

I've moved everything that's needed to use on mongo package. That way it's way much simple to use this whole project. I've fixed some problems in the process and assert the coverage with the tests on my project.

v0.10.2

16 Apr 06:59
Compare
Choose a tag to compare

Add Search value to Handle and improve tests

I've added a Search value to Handle object, and improve the tests on packages handler and model, according to new content.

v0.10.1

16 Apr 03:38
Compare
Choose a tag to compare

Teach about new methods on model Docs

I've put information on how to build the new methods put on Documenter interface, on the model docs.

v0.10.0

16 Apr 03:20
Compare
Choose a tag to compare

Add more methods to Documenter

I've added more important methods to Documenter to help Handler executing its functions.

v0.9.3

15 Apr 07:40
Compare
Choose a tag to compare

Refactor acceptance tests to mongo package

I've moved the acceptance tests build on the example package, to mongo package with the build tag of acceptance. That way, I can assure the test It's called with the proper environment, since it requires a test MongoDB database to run it.

v0.9.2

14 Apr 07:52
Compare
Choose a tag to compare

Publish a full set of tests for real instance of mongo

I've finished the set of tests connecting to a real instance of MongoDB. It verifies connection, searching and manipulating data.

v0.9.1

13 Apr 20:05
Compare
Choose a tag to compare

Publish working test of Search methods

I've created some more tests on a real instance of MongoDB, verifying the searching methods.

v0.9.0

09 Apr 18:48
Compare
Choose a tag to compare

Publish test with real instance of mongo

I've put a test that verifies the connection with a real instance of MongoDB using the methods on this package.

v0.8.5

22 Dec 19:00
Compare
Choose a tag to compare

Improve README of the project

I've improved the docs on the project and finished improving the structure of the main README of the project. I've used a README checklist to use all guidance on making a good README.

v0.8.4

22 Dec 18:58
Compare
Choose a tag to compare

Add Mock Setup to mongo

I've created a mock setup for mongo package, similar to the on the model package. This way I've been able to improve the tests, giving more coverage, and testing for some errors on the mgo.ParseURL and mgo.Dial methods.