Skip to content

Commit 7591726

Browse files
committed
1.0.19.0
1 parent 8d8ecf9 commit 7591726

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
# 1.0.18.0 (02 July 2019)
221
- [#171](https://github.com/StefH/System.Linq.Dynamic.Core/issues/171) - File version attribute is 0.0.0.0 [invalid]
322
- [#278](https://github.com/StefH/System.Linq.Dynamic.Core/issues/278) - Nuget System.Linq.Dynamic.Core 1.0.17 - Incorrect version [bug]

GitHubReleaseNotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
https://github.com/StefH/GitHubReleaseNotes
22

3-
GitHubReleaseNotes.exe . --output CHANGELOG.md --skip-empty-releases --language en --version 1.0.18.0
3+
GitHubReleaseNotes.exe . --output CHANGELOG.md --skip-empty-releases --language en --version 1.0.19.0

0 commit comments

Comments
 (0)