Skip to content

v1.0.1

Compare
Choose a tag to compare
@mbdavid mbdavid released this 11 May 13:30
· 2386 commits to master since this release

Changes

  • Remove full document scan in Find operations - using auto-creation index when there is no field index
  • Bugfix #21 and #29
  • Implements _type when using interfaces/generic object #32 and #27 - thanks to @francoislg
  • Added support to boolean Linq operations, like x => x.IsActive - thanks to Lars Stenberg