Releases: alexandre-spieser/mongodb-generic-repository
Releases · alexandre-spieser/mongodb-generic-repository
Version 1.3
- 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
- Exposed MongoDb driver Core classes (Client and IMongoDatabase)
- Removed the AddedAtUtc property constraint from the IDocument interface.
Version 1.2.0
- Supports .NET Standard 2.0, .NET Standard 1.5 and net45.
- Added constructor in BaseMongoRepository to support custom IMongoDbContext implementations.
Version 1.1.0
Added better pluralization support using Humanizer classes.
Also now using camel case for the collections names, instead of lower case.
Version 1.0.0
First release.