Releases: zzzprojects/System.Linq.Dynamic.Core
Releases · zzzprojects/System.Linq.Dynamic.Core
Release list
v1.7.2
What's Changed
- Fix some sonarcloud issues by @StefH in #971
- Fix unhandled exceptions from malformed expression strings by @Copilot in #974
- Fix relational operators failing for nullable IComparable types (e.g., Instant?) by @Copilot in #975
- Fix enum type preservation in additive arithmetic operations by @Copilot in #976
- Support implicit operators in method argument matching by @Copilot in #977
- Fix NotSupportedException when parsing nested object initialization by @Copilot in #979
New Contributors
- @Copilot made their first contribution in #974
Full Changelog: v1.7.1...v1.7.2
v1.7.1
v1.7.0
v1.6.10
What's Changed
- Fixed adding Enum and integer by @StefH in #953
- Fix ExpressionHelper.TryConvertTypes to generate correct Convert in case left or right is null by @StefH in #954
Full Changelog: v1.6.9...v1.6.10
v1.6.9
What's Changed
- DynamicExpressionParser - Handle indexed properties with any number of indices in expression by @thibault-reigner in #950
New Contributors
- @thibault-reigner made their first contribution in #950
Full Changelog: v1.6.8...v1.6.9
v1.6.8
What's Changed
- Fix GroupByMany using composite key and normal key by @StefH in #946
- Add IndexerName attribute to DynamicClass to fix naming issues with Item by @StefH in #948
Full Changelog: 1.6.7...v1.6.8
v1.6.6
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
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
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
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