Skip to content

Commit

Permalink
ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Apr 8, 2017
1 parent a32f832 commit a9d7066
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,58 @@
- [#69](https://github.com/StefH/System.Linq.Dynamic.Core/pull/69) - Fix - when method has object parameter and ValueType value is passed into this method, result is exception in System.Dynamic.Utils.ExpressionUtils.ValidateOneArgument. contributed by David Cizek ([DavidCizek](https://github.com/DavidCizek))
- [#65](https://github.com/StefH/System.Linq.Dynamic.Core/issues/65) - Support embedded quotes in string literal +enhancement
- [#62](https://github.com/StefH/System.Linq.Dynamic.Core/issues/62) - OrderBy Chaining +fix
- [#61](https://github.com/StefH/System.Linq.Dynamic.Core/issues/61) - String[].Contains(String) expression translated to first array element contains
- [#60](https://github.com/StefH/System.Linq.Dynamic.Core/issues/60) - Issue with nested Calls
- [#57](https://github.com/StefH/System.Linq.Dynamic.Core/issues/57) - Issue finding indexer +fix
- [#56](https://github.com/StefH/System.Linq.Dynamic.Core/pull/56) - Create .editorconfig contributed by Jochen Kühner ([jogibear9988](https://github.com/jogibear9988))
- [#55](https://github.com/StefH/System.Linq.Dynamic.Core/pull/55) - Fix Nullable Enums from String contributed by Jochen Kühner ([jogibear9988](https://github.com/jogibear9988))
- [#52](https://github.com/StefH/System.Linq.Dynamic.Core/issues/52) - Can I convert int to string type?
- [#50](https://github.com/StefH/System.Linq.Dynamic.Core/issues/50) - Add functionality to optimize your queries using Linq.Expression.Optimizer +enhancement
- [#48](https://github.com/StefH/System.Linq.Dynamic.Core/issues/48) - Add an overload to the "ToDynamicList" method which accepts a Type +enhancement
- [#47](https://github.com/StefH/System.Linq.Dynamic.Core/pull/47) - * Add unit test and fix public methods access. contributed by ([jotab123](https://github.com/jotab123))
- [#46](https://github.com/StefH/System.Linq.Dynamic.Core/issues/46) - Methods on type are not accessible error
- [#45](https://github.com/StefH/System.Linq.Dynamic.Core/issues/45) - Take() and Skip() lose ElementType +fix
- [#43](https://github.com/StefH/System.Linq.Dynamic.Core/issues/43) - Join with dependent subquery?
- [#42](https://github.com/StefH/System.Linq.Dynamic.Core/issues/42) - Microsoft.EntityFrameworkCore.DynamicLinq - ToListAsync()?
- [#41](https://github.com/StefH/System.Linq.Dynamic.Core/pull/41) - Separation of tokenization logic contributed by ([arespr](https://github.com/arespr))
- [#40](https://github.com/StefH/System.Linq.Dynamic.Core/issues/40) - Add strong naming from library +enhancement
- [#39](https://github.com/StefH/System.Linq.Dynamic.Core/pull/39) - Exception friendly Type loading contributed by Jochen Kühner ([jogibear9988](https://github.com/jogibear9988))
- [#38](https://github.com/StefH/System.Linq.Dynamic.Core/pull/38) - Support more comparisons with strings contributed by Jochen Kühner ([jogibear9988](https://github.com/jogibear9988))
- [#37](https://github.com/StefH/System.Linq.Dynamic.Core/pull/37) - Support strings as Enum Parameter Objects contributed by Jochen Kühner ([jogibear9988](https://github.com/jogibear9988))
- [#36](https://github.com/StefH/System.Linq.Dynamic.Core/issues/36) - CreateClass Equivalent? +enhancement
- [#35](https://github.com/StefH/System.Linq.Dynamic.Core/issues/35) - Compatibility with System.Linq.Dynamic.Library
- [#34](https://github.com/StefH/System.Linq.Dynamic.Core/issues/34) - Support for netcoreapp1.0?
- [#32](https://github.com/StefH/System.Linq.Dynamic.Core/issues/32) - When same dynamic class is first used in Linq2Entities, it's reused for Linq2Sql +fix
- [#31](https://github.com/StefH/System.Linq.Dynamic.Core/issues/31) - Group by multiple columns? +fix
- [#30](https://github.com/StefH/System.Linq.Dynamic.Core/issues/30) - Move to .NET Core RTM
- [#29](https://github.com/StefH/System.Linq.Dynamic.Core/issues/29) - An another project ?
- [#28](https://github.com/StefH/System.Linq.Dynamic.Core/issues/28) - Dynamic Queries seem to lose "Include()"s
- [#27](https://github.com/StefH/System.Linq.Dynamic.Core/issues/27) - UWP version
- [#26](https://github.com/StefH/System.Linq.Dynamic.Core/issues/26) - Calling ToString on a nullable column throws error
- [#25](https://github.com/StefH/System.Linq.Dynamic.Core/issues/25) - DynamicExpression gone in version 1.0.3.4
- [#24](https://github.com/StefH/System.Linq.Dynamic.Core/issues/24) - FirstOrDefaultAsync method is missing
- [#23](https://github.com/StefH/System.Linq.Dynamic.Core/issues/23) - Cannot work with property which in base class. +fix
- [#22](https://github.com/StefH/System.Linq.Dynamic.Core/issues/22) - DynamicExpression accessibility +enhancement
- [#21](https://github.com/StefH/System.Linq.Dynamic.Core/issues/21) - Question: why is Distinct not supported? +enhancement
- [#20](https://github.com/StefH/System.Linq.Dynamic.Core/issues/20) - Can't install using nuget in Asp.Net 4.0 Web Pages project
- [#19](https://github.com/StefH/System.Linq.Dynamic.Core/issues/19) - NotEqual filter not working with DateTime +fix
- [#18](https://github.com/StefH/System.Linq.Dynamic.Core/issues/18) - SelectMany over an Array throws System.IndexOutOfRangeException +fix
- [#17](https://github.com/StefH/System.Linq.Dynamic.Core/issues/17) - Windows 10 uwp support
- [#16](https://github.com/StefH/System.Linq.Dynamic.Core/issues/16) - Add Paging support +enhancement
- [#15](https://github.com/StefH/System.Linq.Dynamic.Core/issues/15) - Add Skip, Take to ExpressionParser +enhancement
- [#14](https://github.com/StefH/System.Linq.Dynamic.Core/issues/14) - Ampersand can be used both as logical And or as vb-like concatenation operator +enhancement
- [#13](https://github.com/StefH/System.Linq.Dynamic.Core/issues/13) - Add isnull sql function "isnull(a, b)" +enhancement
- [#12](https://github.com/StefH/System.Linq.Dynamic.Core/issues/12) - parsing negative float or double with qualifier +enhancement
- [#11](https://github.com/StefH/System.Linq.Dynamic.Core/issues/11) - IN does not support negative and parse of negative integers with qualifiers. +fix
- [#10](https://github.com/StefH/System.Linq.Dynamic.Core/issues/10) - Support explicit integer qualifiers +enhancement
- [#9](https://github.com/StefH/System.Linq.Dynamic.Core/issues/9) - Add Null-coalescing operator support +enhancement
- [#8](https://github.com/StefH/System.Linq.Dynamic.Core/pull/8) - Remove useless dependences contributed by SilverFox ([yyjdelete](https://github.com/yyjdelete)) +enhancement
- [#7](https://github.com/StefH/System.Linq.Dynamic.Core/issues/7) - Add SelectMany with resultSelector +enhancement
- [#6](https://github.com/StefH/System.Linq.Dynamic.Core/issues/6) - Add support for dotnet5.4 framework +enhancement
- [#5](https://github.com/StefH/System.Linq.Dynamic.Core/issues/5) - Only parameterless constructors and initializers are supported in LINQ to Entities +fix
- [#4](https://github.com/StefH/System.Linq.Dynamic.Core/issues/4) - Illegal one-byte branch at position: 9. Requested branch was: 143
- [#3](https://github.com/StefH/System.Linq.Dynamic.Core/issues/3) - Add "SelectMany" +enhancement
- [#2](https://github.com/StefH/System.Linq.Dynamic.Core/issues/2) - UnitTest : GroupByAndSelect_TestDynamicSelectMember fails +fix
- [#1](https://github.com/StefH/System.Linq.Dynamic.Core/issues/1) - SymbolTable.DoesMethodHaveParameterArray throws exception when accessing a dynamic created property

Commits: a02f3d64fa...a32f8327e3
3 changes: 3 additions & 0 deletions ChangeLog.txt
@@ -0,0 +1,3 @@
https://github.com/GitTools/GitReleaseNotes

GitReleaseNotes.exe . /OutputFile CHANGELOG.md /alltags
2 changes: 2 additions & 0 deletions System.Linq.Dynamic.Core.sln
Expand Up @@ -9,6 +9,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.deployment = .deployment
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
ChangeLog.txt = ChangeLog.txt
global.json = global.json
README.md = README.md
EndProjectSection
Expand Down

0 comments on commit a9d7066

Please sign in to comment.