v1.0.1
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