Skip to content

Releases: pdevito3/QueryKit

v1.8.1

28 Jun 00:57

Choose a tag to compare

What's Changed

  • fixes hasconversion

Full Changelog: 1.8.0...v1.8.1

1.8.0

25 Jun 00:45

Choose a tag to compare

Updates

  • supports HasConversion()

Full Changelog: 1.7.0...1.8.0

1.7.0

24 Jun 21:00

Choose a tag to compare

Changes

  • can compare properties #59
  • can do arithmetic #61
  • can perform custom operations #50

Full Changelog: v1.6.0...1.7.0

v1.6.0

23 Jun 03:09

Choose a tag to compare

What's Changed

  • support for nested collections
  • added validation for filtering and sorting in ReplaceAliasesWithPrope… by @SupportMaraSoft in #70

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

05 Dec 22:47

Choose a tag to compare

Updates

  • Add .NET 9 support
  • Bump SmartEnum dependency to 8.2.0

v1.4.4

02 Nov 02:38

Choose a tag to compare

What's Changed

  • Fix collections filtering not working when custom properties set by @ChasakisD in #68

New Contributors

Full Changelog: v1.4.3...v1.4.4

v1.4.3

07 Sep 19:32

Choose a tag to compare

  • fixes nullable guid check #37

Full Changelog: v1.4.2...v1.4.3

v1.4.2

14 Aug 12:14

Choose a tag to compare

What's Changed

  • fix: parsing exception inherit query kit exception by @jthomperoo in #58

Full Changelog: v1.4.1...v1.4.2

v1.4.1

14 Aug 12:13

Choose a tag to compare

What's Changed

  • Package Dependencies: Bump the testcontainers group with 2 updates by @dependabot in #48
  • Package Dependencies: Bump MediatR from 12.2.0 to 12.3.0 by @dependabot in #49
  • Fix filtering by guid on collections by @Eiromplays in #52

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

23 Jun 00:48

Choose a tag to compare

Added

  • new DerivedProperty api
  • better exception messages for parsing exception
  • support for comparing numeric collection types other than int #45

Fixed

  • a few numerical handling outliers
  • some in outliers

What's Changed

Full Changelog: v1.3.3...v1.4.0