Skip to content

Releases: dj-nitehawk/MongoDB.Entities

v5.2 Release

31 May 04:02
Compare
Choose a tag to compare
  • fluent aggregation pipeline building
  • transaction support for fluent api
  • more tests

v5.1.1 Release

30 May 06:07
Compare
Choose a tag to compare
  • 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

28 May 05:19
Compare
Choose a tag to compare
  • 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

26 May 14:35
Compare
Choose a tag to compare

improve: index creation

v4.6 Release

25 May 11:39
Compare
Choose a tag to compare
  • new: support decimal properties without attributes
  • improve: test coverage

v4.5 Release

23 May 06:00
Compare
Choose a tag to compare
  • new: auto index creation for join collections
  • change: better auto naming of indexes

v4.4 Release

21 May 15:37
Compare
Choose a tag to compare
  • new: batch update entities
  • improve: index creation
  • add: new tests

v4.3 Release

20 May 03:27
Compare
Choose a tag to compare
  • 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

18 May 07:07
Compare
Choose a tag to compare
  • added: support for full index creation options
  • added: support for all types of indexes

v4.1 Release

16 May 08:01
Compare
Choose a tag to compare
  • change: automatic handling of index names
  • change: collection names are no longer pluralized
  • remove: Pluralize.Net dependency