Skip to content

Releases: zzzprojects/System.Linq.Dynamic.Core

v1.6.6

11 Jun 10:37
Compare
Choose a tag to compare

What's Changed

  • Add GroupBy method for Z.DynamicLinq.SystemTextJson and Z.DynamicLinq.NewtonsoftJson by @StefH in #929
  • Fix "in" for nullable Enums by @StefH in #932

Full Changelog: v1.6.5...v1.6.6

v1.6.5

28 May 13:10
Compare
Choose a tag to compare

What's Changed

  • Fix: Add Fallback in ExpressionPromoter to Handle Cache Cleanup in ConstantExpressionHelper by @RenanCarlosPereira in #905

Full Changelog: v1.6.4...v1.6.5

v1.6.4

19 May 15:03
Compare
Choose a tag to compare

What's Changed

  • Fix MethodFinder TryFindAggregateMethod to support array by @StefH in #923
  • Add support for "not in" and "not_in" by @StefH in #915
  • Add extra unittests for NullPropagation / ToString / AllowEqualsAndToStringMethodsOnObject is true by @StefH in #925
  • Add validation when passing ParsingConfig in args by @StefH in #926

Full Changelog: v1.6.3...v1.6.4

v1.6.3

09 May 17:51
Compare
Choose a tag to compare

What's Changed

  • Update DynamicGetMemberBinder to only add BindingRestrictions for dynamic type and cache the DynamicMetaObject by @StefH in #922

Full Changelog: v1.6.2...v1.6.3

v1.6.2

24 Apr 18:30
Compare
Choose a tag to compare

What's Changed

  • Update CreateRelease.yml to auto generate release notes by @StefH in #903
  • Update DynamicGetMemberBinder to add BindingRestrictions to DynamicMetaObject by @StefH in #913

Full Changelog: v1.6.0.2...v1.6.2

v1.6.0.2

11 Feb 21:11
Compare
Choose a tag to compare

What's Changed

  • Fix AbstractDynamicLinqCustomTypeProvider.ResolveTypeBySimpleName to use AdditionalTypes by @StefH in #896

Full Changelog: v1.6.0.1...v1.6.0.2

v1.6.0.1

28 Jan 17:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.0.1

v1.6.0

28 Jan 17:08
Compare
Choose a tag to compare

What's Changed

  • Use ParsingConfig.IsCaseSensitive setting in TextParser and KeywordsHelper by @StefH in #864
  • Add OrderBy NullPropagation tests by @StefH in #865
  • Refactor KeywordsHelper, TypeFinder and update comments on ParsingConfig by @StefH in #866
  • Fix CVE-2024-51417 by @StefH in #870
  • Fix calling static properties or fields in non-static class by @StefH in #874
  • Change internal usage from obsolete IDynamicLinkCustomTypeProvider to IDynamicLinqCustomTypeProvider by @StefH in #879
  • Add option to ParsingConfig to allow the Equals and ToString methods on object by @StefH in #875
  • ExpressionParser: add 2nd ctor with an extra non-optional parameter by @StefH in #882
  • Update and Fix SecurityTests by @mariusz96 in #876
  • Fix the usage of ParsingConfig in some methods in the DynamicQueryableExtensions class by @StefH in #883
  • By default the RestrictOrderByToPropertyOrField is now set to true in the ParsingConfig by @StefH in #884

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

23 Jan 16:38
Compare
Choose a tag to compare
v1.5.1

v1.5.0

22 Dec 10:28
Compare
Choose a tag to compare
v1.5.0