v2.15.0
What's Changed
- Added support for filtering based on
IDictionary
values. @alirezanet in #176 - Enable access to the Internal APIs
SyntaxTree
to craft advanced queries by @alirezanet in #183 - Fixed issue where
maxNestingDepth
was not being passed toGenerateMappings
method, ensuring proper handling of nested properties. by @skolmer in #186 - Fixed DateTimeKind handling issue in PostgreSQL integrations, ensuring correct date and time representations. by @moxplod in #195
- Fixed
ArgumentException
caused by generating mappings withmaxDepth = 2
by @moxplod in #197 - Added support for where statements in mappings, enhancing query customization capabilities. by @skolmer in #198
- Added support for auto-generating mappings for navigation properties and class collections by @skolmer in #199
- Introduced a global setting
CaseInsensitiveFiltering
, allowing users to perform case-insensitive filtering without needing to append/i
to each string parameter. by @moxplod in #194 - Resolved
!=
operator handling for primitive types and case sensitivity in the exists operator by @moxplod in #206 - A new
GetCurrentMapsByType
method added to theGridifyMapper
@moxplod in #214 - Fixex custom convertor returning null throws NRE. #220 by @moxplod in #221
- Support the
-
character in the field names by @alirezanet in #229
New Contributors
Nuget
https://www.nuget.org/packages/Gridify/2.15.0
Full Changelog: v2.14.2...v2.15.0