Skip to content

Latest commit

 

History

History
149 lines (111 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

149 lines (111 loc) · 13.1 KB

1.0.7.6 (08 juli 2017)

  • #94 - [Bug] ParseException: Operator '==' incompatible with operand types 'ObjectId' and 'ObjectId' +fix

Commits: a02f3d64fa...5e4d7f6e30

1.0.7.6 (08 juli 2017) (08 juli 2017)

  • #93 - [Bug] Fix uap10 build in appveyor contributed by Stef Heyenrath (StefH)
  • #33 - Package 1.0.6.3 install fails for UWP App +fix

Commits: a02f3d64fa...5e4d7f6e30

1.0.7.5 (28 juni 2017) (28 juni 2017)

  • #72 - [Bug] Re-enable support for uap10.0 +fix
  • #33 - Package 1.0.6.3 install fails for UWP App +fix

Commits: a02f3d64fa...a41b67a2ef

1.0.7.4 (27 juni 2017) (27 juni 2017)

  • #92 - [Feature] Adds support for decimal qualifiers. Resolves #91 contributed by Pablo Ferraris (pferraris)
  • #91 - [Bug] Support for decimal qualifiers 'M' & 'm' +fix
  • #90 - [Bug] ParseIntegerLiteral Int16 +fix
  • #89 - [Question] System.Linq.Dynamic.Core.Exceptions.ParseException: 'No 'it' is in scope'
  • #88 - [Question] FileNotFoundException: Could not load file or assembly 'System.Linq.Dynamic.Core'
  • #87 - [Question] Memory leak in Join method
  • #84 - [Bug] DynamicClassFactory not caching generated types +fix
  • #83 - [Bug] Problem with DynamicExpressionParser.ParseLambda & external ParameterExpression

Commits: a02f3d64fa...ab249d498a

1.0.7.3 (01 juni 2017) (01 juni 2017)

  • #86 - [Fix] Fixed null in Parameter and added functionality Binary And and Or with different Types contributed by Jochen Kühner (jogibear9988)

Commits: a02f3d64fa...a1096799c2

1.0.7.2 (01 juni 2017) (01 juni 2017)

  • #86 - [Fix] Fixed null in Parameter and added functionality Binary And and Or with different Types contributed by Jochen Kühner (jogibear9988)

Commits: a02f3d64fa...35bdf2c0c7

1.0.7.1 (31 mei 2017) (31 mei 2017)

  • #85 - [Fix] Guid? == null comparison contributed by Jochen Kühner (jogibear9988)
  • #82 - [Feature] Add DefaultIfEmpty +enhancement
  • #81 - [Question] Create new nuget?
  • #80 - [Feature] Usage of cached Lambda Expressions contributed by Jochen Kühner (jogibear9988)

Commits: a02f3d64fa...4252212620

1.0.7.0 (17 mei 2017) (17 mei 2017)

  • #80 - [Feature] Usage of cached Lambda Expressions contributed by Jochen Kühner (jogibear9988)
  • #79 - DynamicExpressionParser does not allow empty parameter lists. +fix
  • #78 - New feature: GroupJoin contributed by (Maschmi) +enhancement
  • #77 - New features: Hexadecimal integers and array initializers contributed by David Cizek (DavidCizek)
  • #76 - Fix - shift operators work only for int, short, ushort, byte, sbyte. contributed by David Cizek (DavidCizek)
  • #75 - GroupBy clause add an "Item" property when projects the query
  • #74 - Join on nullable and not nullable type throws exception +fix
  • #73 - [Feature] Extend OrderBy functionality +enhancement
  • #70 - Move all tests into 1 test project +enhancement
  • #67 - Convert Project to VS2017 +enhancement
  • #66 - Is there Way to enter a Complex query
  • #63 - Syntax IN dont work with Enums
  • #58 - Parse Lambda
  • #49 - .Contains("") operation Exception
  • #44 - Casting a int to a nullable int will throw an error when using linq to entities"Only parameterless constructors and initializers are supported in LINQ to Entities"

Commits: a02f3d64fa...c21b1be15c

1.0.6.13 (08 april 2017)

  • #68 - Work on #66 -> Should work now. Tests will follow on VS2017 support! contributed by Jochen Kühner (jogibear9988)

Commits: a02f3d64fa...9fa29d7b3b

vNext

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

Commits: a02f3d64fa...a32f8327e3