Releases: alirezanet/Gridify
Releases · alirezanet/Gridify
v2.19.0
What's Changed
- feat: Add support AddNestedMapper to QueryBuilder. Docs
- feat: add AddNestedMapper for reusable nested object mappings. Docs
- feat: Add composite mapping support in QueryBuilder. Docs
- fix: Update Entity Framework vulnerable dependencies
- fix: enable case-insensitive filtering for string collections
- feat: Add composite map with shared convertor support for OR filtering across multiple properties. Docs
Full Changelog: v2.18.0...v2.19.0
v2.19.0-preview4
What's Changed
- feat: Add support AddNestedMapper to QueryBuilder. Docs
Full Changelog: v2.19.0-preview3...v2.19.0-preview4
v2.19.0-preview3
What's Changed
- feat: add AddNestedMapper for reusable nested object mappings. Docs
Full Changelog: v2.19.0-preview2...v2.19.0-preview3
v2.19.0-preview2
What's Changed
feat: Add composite mapping support in QueryBuilder. Docs
fix: Update Entity Framework vulnerable dependencies
Full Changelog: v2.19.0-preview1...v2.19.0-preview2
v2.19.0.-preview1
What's Changed
- fix: enable case-insensitive filtering for string collections
- feat: Add composite map with shared convertor support for OR filtering across multiple properties. Docs
Full Changelog: v2.18.0...v2.19.0-preview1
v2.18.0
What's Changed in v2.18.0
- Fixed: Elasticsearch empty .keyword field name for string properties — corrected field name generation when CaseInsensitiveFiltering is enabled. (#311)
- Enhancement: Added
IsValid<T>(out List<string> validationErrors)overload — validates filter value type compatibility with detailed error messages. (#295)
New Contributors
- @yasserebrahimi made their first contribution in #295
Full Changelog: v2.17.2...v2.18.0
v2.17.2
What's Changed in v2.17.2
- Fixed: Sorting by indexable properties — index/key expressions in mapping are now evaluated for ordering. (#284)
- Fixed: AddMap indexer/collection null-checks — prevent exceptions when a collection/indexer is null. (#257)
- Fixed: Nullable ordering edge cases — ordering by nullable members works with and without custom mappings. (#286)
Full Changelog: v2.17.1...v2.17.2
v2.17.1
v2.17.0
What's Changed
- Bug fix: Convert dateTimes by @saulius-saltenis-Devoteam in #266
- feat(client): Allow the client to be used more flexibly by @max-scopp in #274
- #268 Gridify should allow intermediate null vallues by @glacorSoul in #269
- Bug fix: IGridifyFiltering.IsValid does not detect missing operators #282
New Contributors
- @saulius-saltenis-Devoteam made their first contribution in #266
- @frasermclean made their first contribution in #272
- @max-scopp made their first contribution in #274
Full Changelog: v2.16.3...v2.17.0
gridify-client v2.1.0
What's Changed
- Update gridify-client to support modern builders by @frasermclean in #272
- feat(client): Allow the client to be used more flexibly by @max-scopp in #274
New Contributors
- @frasermclean made their first contribution in #272
- @max-scopp made their first contribution in #274
Full Changelog: v2.16.3...c-v2.1.0