Releases: dj-nitehawk/MongoDB.Entities
Releases · dj-nitehawk/MongoDB.Entities
v5.2 Release
- fluent aggregation pipeline building
- transaction support for fluent api
- more tests
v5.1.1 Release
- multi-document transactions
- find results projection using builder methods
- batch upates can be matched with builder methods
- misc. changes
- more tests
v5.0.1 Release
- new api for finding entities by id, expression, filters
- specify paging and sorting for find methods
- specify options for finding entities
- specify case sensitivity of full text searches
- more tests added
- minor changes
v4.7 Release
improve: index creation
v4.6 Release
- new: support decimal properties without attributes
- improve: test coverage
v4.5 Release
- new: auto index creation for join collections
- change: better auto naming of indexes
v4.4 Release
- new: batch update entities
- improve: index creation
- add: new tests
v4.3 Release
- change: better index defining api
- new: customize collection names with attribute (thanks paolobriones)
- improve: first db connection is established at initialization
- improve: init checks
- add: more tests
v4.2 Release
- added: support for full index creation options
- added: support for all types of indexes
v4.1 Release
- change: automatic handling of index names
- change: collection names are no longer pluralized
- remove: Pluralize.Net dependency