You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
# v1.3.0 (03 March 2023)
2
+
-[#669](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/669) - Methods should only be callable on predefined types [security] contributed by [StefH](https://github.com/StefH)
3
+
-[#671](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/671) - Add support for DateOnly and TimeOnly [feature] contributed by [StefH](https://github.com/StefH)
4
+
-[#672](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/672) - Fixed ExpressionParser when WrappedValue-string is used for equals-operator for Enum [bug] contributed by [StefH](https://github.com/StefH)
5
+
-[#674](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/674) - Stef 668 enum string wrapped contributed by [neilbgr](https://github.com/neilbgr)
6
+
-[#676](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/676) - Change default setting for PrioritizePropertyOrFieldOverTheType to 'true'. [bug] contributed by [StefH](https://github.com/StefH)
-[#661](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/661) - Question on projection of child object properties in a Select.
9
+
-[#667](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/667) - DateOnly support [feature]
10
+
-[#668](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/668) - With UseParameterizedNamesInDynamicQuery, can't compare enum type with String [bug]
11
+
-[#675](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/675) - Expression does not parse any more 1.2.25 (works in 1.2.24) [bug]
12
+
1
13
# v1.2.25 (05 February 2023)
2
14
-[#664](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/664) - Add config setting for PrioritizePropertyOrFieldOverTheType [feature] contributed by [StefH](https://github.com/StefH)
3
15
-[#665](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/665) - Update AbstractDynamicLinqCustomTypeProvider to exclude null types [bug] contributed by [StefH](https://github.com/StefH)
<divclass="markdown level0 summary"><p>Interface for providing functionality to find custom types for or resolve any type.</p>
86
+
<divclass="markdown level0 summary"><p>Interface for providing functionality to find custom types for or resolve any type.
87
+
Note that this interface will be marked obsolete in the next version. Use <aclass="xref" href="System.Linq.Dynamic.Core.CustomTypeProviders.IDynamicLinqCustomTypeProvider.html">IDynamicLinqCustomTypeProvider</a> instead.</p>
<ahref="https://github.com/StefH/System.Linq.Dynamic.Core/new/doxfx/apiSpec/new?filename=System_Linq_Dynamic_Core_CustomTypeProviders_IDynamicLinkCustomTypeProvider_GetCustomTypes.md&value=---%0Auid%3A%20System.Linq.Dynamic.Core.CustomTypeProviders.IDynamicLinkCustomTypeProvider.GetCustomTypes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<td><p>A <aclass="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.hashset-1">HashSet<T></a> list of custom types.</p>
125
-
</td>
126
-
</tr>
127
-
</tbody>
128
-
</table>
129
-
<spanclass="small pull-right mobile-hide">
130
-
<spanclass="divider">|</span>
131
-
<ahref="https://github.com/StefH/System.Linq.Dynamic.Core/new/doxfx/apiSpec/new?filename=System_Linq_Dynamic_Core_CustomTypeProviders_IDynamicLinkCustomTypeProvider_ResolveType_System_String_.md&value=---%0Auid%3A%20System.Linq.Dynamic.Core.CustomTypeProviders.IDynamicLinkCustomTypeProvider.ResolveType(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<td><p>A resolved <aclass="xref" href="https://docs.microsoft.com/dotnet/api/system.type">Type</a> or null when not found.</p>
175
-
</td>
176
-
</tr>
177
-
</tbody>
178
-
</table>
179
-
<spanclass="small pull-right mobile-hide">
180
-
<spanclass="divider">|</span>
181
-
<ahref="https://github.com/StefH/System.Linq.Dynamic.Core/new/doxfx/apiSpec/new?filename=System_Linq_Dynamic_Core_CustomTypeProviders_IDynamicLinkCustomTypeProvider_ResolveTypeBySimpleName_System_String_.md&value=---%0Auid%3A%20System.Linq.Dynamic.Core.CustomTypeProviders.IDynamicLinkCustomTypeProvider.ResolveTypeBySimpleName(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<ahref="https://github.com/StefH/System.Linq.Dynamic.Core/new/doxfx/apiSpec/new?filename=System_Linq_Dynamic_Core_CustomTypeProviders_IDynamicLinkCustomTypeProvider.md&value=---%0Auid%3A%20System.Linq.Dynamic.Core.CustomTypeProviders.IDynamicLinkCustomTypeProvider%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
119
+
<ahref="https://github.com/StefH/System.Linq.Dynamic.Core/new/master/apiSpec/new?filename=System_Linq_Dynamic_Core_CustomTypeProviders_IDynamicLinkCustomTypeProvider.md&value=---%0Auid%3A%20System.Linq.Dynamic.Core.CustomTypeProviders.IDynamicLinkCustomTypeProvider%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
0 commit comments