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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# v1.3.3 (24 June 2023)
2
+
-[#686](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/686) - Add support for casting a string to another type (e.g. int) for Linq2Objects [feature] contributed by [StefH](https://github.com/StefH)
3
+
-[#703](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/703) - Update logic for AbstractDynamicLinqCustomTypeProvider.GetAssemblyTypesWithDynamicLinqTypeAttribute [feature] contributed by [StefH](https://github.com/StefH)
4
+
-[#704](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/704) - Fix Average to support nullable types [bug] contributed by [StefH](https://github.com/StefH)
5
+
-[#714](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/714) - Add support for methods on Enum [feature] contributed by [StefH](https://github.com/StefH)
6
+
-[#717](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/717) - Extend ParseException with InnerException and StackTrace [feature] contributed by [StefH](https://github.com/StefH)
7
+
-[#719](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/719) - SupportDotInPropertyNames [feature] contributed by [StefH](https://github.com/StefH)
8
+
-[#720](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/720) - Fixed result value for bitwise operators when using enums [bug] contributed by [StefH](https://github.com/StefH)
9
+
-[#695](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/695) - Flags enum with bitwise operator returns as int; should be the enum type [bug]
10
+
-[#696](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/696) - Methods on type 'Enum' are not accessible. [bug]
11
+
-[#700](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/700) - Dynamic Average does not support nullable types [bug]
12
+
-[#716](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/716) - ParseException ToString() does not contain stack trace [feature]
13
+
1
14
# v1.3.2 (01 April 2023)
2
15
-[#679](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/679) - Add some tests for DynamicClass with System.Text.Json [test] contributed by [StefH](https://github.com/StefH)
3
16
-[#685](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/685) - Add test for DynamicExpressionParser string with a dot [test] contributed by [StefH](https://github.com/StefH)
0 commit comments