Skip to content

Version 1.2

Compare
Choose a tag to compare
@base33 base33 released this 05 Dec 01:03
· 7 commits to master since this release
  • 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