|
| 1 | +# 1.0.19.0 (29 August 2019) |
| 2 | +- [#277](https://github.com/StefH/System.Linq.Dynamic.Core/pull/277) - DateTimeIsParsedAsUTC [feature] contributed by [StefH](https://github.com/StefH) |
| 3 | +- [#281](https://github.com/StefH/System.Linq.Dynamic.Core/pull/281) - Support for AndAlso and OrElse [feature] contributed by [StefH](https://github.com/StefH) |
| 4 | +- [#285](https://github.com/StefH/System.Linq.Dynamic.Core/pull/285) - Fix certain cases where implicit conversions aren't correctly detected when parsing comparison operators [bug] contributed by [alexweav](https://github.com/alexweav) |
| 5 | +- [#287](https://github.com/StefH/System.Linq.Dynamic.Core/pull/287) - Ensure that one-way implicit conversions also work for value types contributed by [alexweav](https://github.com/alexweav) |
| 6 | +- [#290](https://github.com/StefH/System.Linq.Dynamic.Core/pull/290) - Added SumAsync contributed by [wertzui](https://github.com/wertzui) |
| 7 | +- [#292](https://github.com/StefH/System.Linq.Dynamic.Core/pull/292) - Add ConsoleApp using EF6 Effort contributed by [StefH](https://github.com/StefH) |
| 8 | +- [#297](https://github.com/StefH/System.Linq.Dynamic.Core/pull/297) - Fix for #294 contributed by [david-garcia-garcia](https://github.com/david-garcia-garcia) |
| 9 | +- [#298](https://github.com/StefH/System.Linq.Dynamic.Core/pull/298) - Add 'All', 'Average', 'AverageAsync' and update 'Sum' [feature] contributed by [StefH](https://github.com/StefH) |
| 10 | +- [#299](https://github.com/StefH/System.Linq.Dynamic.Core/pull/299) - Add more PredefinedOperatorAliases [feature] contributed by [StefH](https://github.com/StefH) |
| 11 | +- [#268](https://github.com/StefH/System.Linq.Dynamic.Core/issues/268) - Timezone conversion [feature] |
| 12 | +- [#279](https://github.com/StefH/System.Linq.Dynamic.Core/issues/279) - Support .NET Expression string operators (AndAlso & OrElse) [feature] |
| 13 | +- [#282](https://github.com/StefH/System.Linq.Dynamic.Core/issues/282) - Generated SQL with string array. [question] |
| 14 | +- [#283](https://github.com/StefH/System.Linq.Dynamic.Core/issues/283) - Order by TypeCode throw exception [question] |
| 15 | +- [#284](https://github.com/StefH/System.Linq.Dynamic.Core/issues/284) - String(Null) raises Ambiguous error [question] |
| 16 | +- [#291](https://github.com/StefH/System.Linq.Dynamic.Core/issues/291) - Question: How to truncate possibly but not necessarily nullable datetime on SQL side? |
| 17 | +- [#293](https://github.com/StefH/System.Linq.Dynamic.Core/issues/293) - Parsing fails when using redundant parentheses [invalid] |
| 18 | +- [#294](https://github.com/StefH/System.Linq.Dynamic.Core/issues/294) - Context lost in object initializer [bug] |
| 19 | + |
1 | 20 | # 1.0.18.0 (02 July 2019) |
2 | 21 | - [#171](https://github.com/StefH/System.Linq.Dynamic.Core/issues/171) - File version attribute is 0.0.0.0 [invalid] |
3 | 22 | - [#278](https://github.com/StefH/System.Linq.Dynamic.Core/issues/278) - Nuget System.Linq.Dynamic.Core 1.0.17 - Incorrect version [bug] |
|
0 commit comments