Skip to content

Releases: alirezanet/Gridify

v2.19.0-preview2

28 Feb 16:59

Choose a tag to compare

v2.19.0-preview2 Pre-release
Pre-release

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

28 Feb 12:22

Choose a tag to compare

v2.19.0.-preview1 Pre-release
Pre-release

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

25 Feb 19:58

Choose a tag to compare

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

Full Changelog: v2.17.2...v2.18.0

v2.17.2

14 Nov 22:11

Choose a tag to compare

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

12 Nov 18:28
2def970

Choose a tag to compare

What's Changed

Full Changelog: v2.17.0...v2.17.1

v2.17.0

12 Oct 22:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.3...v2.17.0

gridify-client v2.1.0

01 Jun 13:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.3...c-v2.1.0

v2.16.3

21 Mar 11:28

Choose a tag to compare

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 ArgumentOutOfRangeException with long name by @glacorSoul in #263

New Contributors

Full Changelog: v2.16.2...v2.16.3

v2.16.2

18 Feb 20:59

Choose a tag to compare

What's Changed

  • Fix: GridifyQuery Filter property nullability warnings by @DeadUnicorn1352 in #249
  • Fix: Memory leak caused by typed builders in heavy load systems by @KaJIbI4 in #252

New Contributors

Full Changelog: v2.16.1...v2.16.2

v2.16.1

15 Jan 13:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.0...v2.16.1