Releases: alirezanet/Gridify
Releases · alirezanet/Gridify
v2.19.0-preview2
What's Changed
feat: Add composite mapping support in QueryBuilder
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 by
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
v2.16.3
What's Changed
- New Feature: Expose helpful low-level methods to parse and analyze filterings and orderings by @cmenzi in #261
- BugFix: CustomOperators thread-safety issues by @glacorSoul in #263
- BugFix: CustomOperators
ArgumentOutOfRangeExceptionwith long name by @glacorSoul in #263
New Contributors
- @vladik-vitre made their first contribution in #255
- @cmenzi made their first contribution in #261
- @glacorSoul made their first contribution in #263
Full Changelog: v2.16.2...v2.16.3
v2.16.2
What's Changed
- Fix:
GridifyQueryFilter property nullability warnings by @DeadUnicorn1352 in #249 - Fix: Memory leak caused by typed builders in heavy load systems by @KaJIbI4 in #252
New Contributors
- @DeadUnicorn1352 made their first contribution in #249
- @KaJIbI4 made their first contribution in #252
Full Changelog: v2.16.1...v2.16.2
v2.16.1
What's Changed
- Changing EF package versions for net8.0 by @ValeriyGourov in #241
New Contributors
- @ValeriyGourov made their first contribution in #241
Full Changelog: v2.16.0...v2.16.1