Skip to content

Releases: alexandre-spieser/mongodb-generic-repository

Version 1.3

01 Oct 21:38
Compare
Choose a tag to compare
  • Added support for Documents that have an Id of type TKey, and implement the IDocument{TKey} interface.
  • Added grouping functionality, which will be developed further to support async and documents implementing the IDocument{TKey} .

Version 1.2.1

23 Sep 21:03
Compare
Choose a tag to compare
  • Exposed MongoDb driver Core classes (Client and IMongoDatabase)
  • Removed the AddedAtUtc property constraint from the IDocument interface.

Version 1.2.0

09 Sep 18:16
Compare
Choose a tag to compare
  • Supports .NET Standard 2.0, .NET Standard 1.5 and net45.
  • Added constructor in BaseMongoRepository to support custom IMongoDbContext implementations.

Version 1.1.0

03 Sep 18:12
Compare
Choose a tag to compare

Added better pluralization support using Humanizer classes.
Also now using camel case for the collections names, instead of lower case.

Version 1.0.0

03 Sep 16:46
Compare
Choose a tag to compare

First release.