Version 1.2
- Ability to specify own mapper (implement IMapper)
- Works well with Ditto and any custom mapping you like!
- Query complex objects on the model that have the Field attribute on the source property
- Added int extension method called IsAny, so an int can be any of the collection of ints. Similar to Contains any.
- Fuzzy fully functional for any string checking, including ContainsAll, ContainsAny, !=, ==, etc