Skip to content

v3.1.0

Compare
Choose a tag to compare
@mbdavid mbdavid released this 11 Mar 22:06
· 1810 commits to master since this release

Added

  • New LiteRepository to access data
  • Support NonPublic members to netstandard
  • Support sync over async in UWP app (to access any directory)
  • Static method do create empty datafile LiteEngine.CreateDatabase
  • Named convetion for collection names when null are used (default typeof(T).Name)

Changes

  • Better way to get id field (preserve precedence order: BsonId, Id or <ClassName>Id)
  • Better message to wrong file detection
  • Bugfix in recovery lock
  • Bugfix that datafile keep opened when an exception occurs during initialize