|
1 | | -# 1.0.20.0 (18 November 2019) |
| 1 | +# 1.0.20.0 (19 November 2019) |
2 | 2 | - [#321](https://github.com/StefH/System.Linq.Dynamic.Core/pull/321) - LongCount contributed by [StefH](https://github.com/StefH) |
3 | | -- [#312](https://github.com/StefH/System.Linq.Dynamic.Core/issues/312) - After select new xxx{x=x.x} ,OrderBy fails [invalid, question] |
4 | | -- [#314](https://github.com/StefH/System.Linq.Dynamic.Core/issues/314) - Are operators 'in' and 'not in' supported? [invalid, question] |
5 | | -- [#316](https://github.com/StefH/System.Linq.Dynamic.Core/issues/316) - Question: How to include related entities [invalid, question] |
6 | 3 |
|
7 | 4 | # 1.0.19.0 (29 August 2019) |
8 | 5 | - [#277](https://github.com/StefH/System.Linq.Dynamic.Core/pull/277) - DateTimeIsParsedAsUTC [feature] contributed by [StefH](https://github.com/StefH) |
|
17 | 14 | - [#268](https://github.com/StefH/System.Linq.Dynamic.Core/issues/268) - Timezone conversion [feature] |
18 | 15 | - [#279](https://github.com/StefH/System.Linq.Dynamic.Core/issues/279) - Support .NET Expression string operators (AndAlso & OrElse) [feature] |
19 | 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? |
20 | | -- [#293](https://github.com/StefH/System.Linq.Dynamic.Core/issues/293) - Parsing fails when using redundant parentheses [invalid] |
21 | 17 | - [#294](https://github.com/StefH/System.Linq.Dynamic.Core/issues/294) - Context lost in object initializer [bug] |
22 | 18 |
|
23 | 19 | # 1.0.18.0 (02 July 2019) |
24 | | -- [#171](https://github.com/StefH/System.Linq.Dynamic.Core/issues/171) - File version attribute is 0.0.0.0 [invalid] |
25 | 20 | - [#278](https://github.com/StefH/System.Linq.Dynamic.Core/issues/278) - Nuget System.Linq.Dynamic.Core 1.0.17 - Incorrect version [bug] |
26 | 21 |
|
27 | 22 | # 1.0.17.0 (14 June 2019) |
|
64 | 59 |
|
65 | 60 | # 1.0.10.0 (05 February 2019) |
66 | 61 | - [#223](https://github.com/StefH/System.Linq.Dynamic.Core/pull/223) - Add 'np(...)' Null Propagating function [feature] contributed by [StefH](https://github.com/StefH) |
67 | | -- [#98](https://github.com/StefH/System.Linq.Dynamic.Core/issues/98) - Feature: Add the "?." operator (null-conditional operator) to support navigation properties with null values [feature, question] |
| 62 | +- [#98](https://github.com/StefH/System.Linq.Dynamic.Core/issues/98) - Feature: Add the "?." operator (null-conditional operator) to support navigation properties with null values [feature] |
68 | 63 | - [#182](https://github.com/StefH/System.Linq.Dynamic.Core/issues/182) - Error when navigation property which named "Parent" |
69 | 64 | - [#243](https://github.com/StefH/System.Linq.Dynamic.Core/issues/243) - EF Core 2.2 - cannot use Where operator |
70 | 65 |
|
|
96 | 91 | - [#204](https://github.com/StefH/System.Linq.Dynamic.Core/issues/204) - Cannot GroupJoin when source is Linq-To-Entities |
97 | 92 | - [#209](https://github.com/StefH/System.Linq.Dynamic.Core/issues/209) - Feature: use Azure Pipelines for building |
98 | 93 | - [#215](https://github.com/StefH/System.Linq.Dynamic.Core/issues/215) - Issue: DynamicClassFactory fails to create dynamic type without properties [bug] |
99 | | -- [#232](https://github.com/StefH/System.Linq.Dynamic.Core/issues/232) - Extensionpoint for changing identifier token text [question, wontfix] |
100 | 94 | - [#234](https://github.com/StefH/System.Linq.Dynamic.Core/issues/234) - Does this support Json data |
101 | 95 | - [#236](https://github.com/StefH/System.Linq.Dynamic.Core/issues/236) - Massive performance hit when upgrading from 1.0.8.18 to 1.0.9 |
102 | 96 |
|
|
204 | 198 | - [#116](https://github.com/StefH/System.Linq.Dynamic.Core/pull/116) - Bugfix DynamicLinq when using IQueryable contributed by [jogibear9988](https://github.com/jogibear9988) |
205 | 199 | - [#108](https://github.com/StefH/System.Linq.Dynamic.Core/issues/108) - [Question] Nullable property inside Join statement |
206 | 200 | - [#109](https://github.com/StefH/System.Linq.Dynamic.Core/issues/109) - Not able to build with VS2017 |
207 | | -- [#111](https://github.com/StefH/System.Linq.Dynamic.Core/issues/111) - [Bug] Incorrect Nullable<> parsing [bug, question] |
| 201 | +- [#111](https://github.com/StefH/System.Linq.Dynamic.Core/issues/111) - [Bug] Incorrect Nullable<> parsing [bug] |
208 | 202 | - [#112](https://github.com/StefH/System.Linq.Dynamic.Core/issues/112) - Support NETStandard 2.0 [feature] |
209 | 203 | - [#113](https://github.com/StefH/System.Linq.Dynamic.Core/issues/113) - .pdb is missing in nuget [bug] |
210 | 204 |
|
|
275 | 269 | - [#52](https://github.com/StefH/System.Linq.Dynamic.Core/issues/52) - Can I convert int to string type? |
276 | 270 | - [#57](https://github.com/StefH/System.Linq.Dynamic.Core/issues/57) - Issue finding indexer [bug] |
277 | 271 | - [#60](https://github.com/StefH/System.Linq.Dynamic.Core/issues/60) - Issue with nested Calls |
278 | | -- [#61](https://github.com/StefH/System.Linq.Dynamic.Core/issues/61) - String[].Contains(String) expression translated to first array element contains [invalid] |
279 | 272 | - [#62](https://github.com/StefH/System.Linq.Dynamic.Core/issues/62) - OrderBy Chaining [bug, feature] |
280 | 273 | - [#63](https://github.com/StefH/System.Linq.Dynamic.Core/issues/63) - Syntax IN dont work with Enums |
281 | 274 | - [#65](https://github.com/StefH/System.Linq.Dynamic.Core/issues/65) - Support embedded quotes in string literal [feature] |
|
292 | 285 | - [#84](https://github.com/StefH/System.Linq.Dynamic.Core/issues/84) - [Bug] DynamicClassFactory not caching generated types [bug] |
293 | 286 | - [#90](https://github.com/StefH/System.Linq.Dynamic.Core/issues/90) - [Bug] ParseIntegerLiteral Int16 [bug] |
294 | 287 | - [#91](https://github.com/StefH/System.Linq.Dynamic.Core/issues/91) - [Bug] Support for decimal qualifiers 'M' & 'm' [bug] |
295 | | -- [#94](https://github.com/StefH/System.Linq.Dynamic.Core/issues/94) - [Bug] ParseException: Operator '==' incompatible with operand types 'ObjectId' and 'ObjectId' [bug, question] |
| 288 | +- [#94](https://github.com/StefH/System.Linq.Dynamic.Core/issues/94) - [Bug] ParseException: Operator '==' incompatible with operand types 'ObjectId' and 'ObjectId' [bug] |
296 | 289 | - [#96](https://github.com/StefH/System.Linq.Dynamic.Core/issues/96) - Async support for ToDynamicList() [feature] |
297 | 290 | - [#102](https://github.com/StefH/System.Linq.Dynamic.Core/issues/102) - Aggregate method does not work with Average function |
298 | 291 | - [#104](https://github.com/StefH/System.Linq.Dynamic.Core/issues/104) - Add PDB to nuget package [feature] |
|
0 commit comments