Skip to content

Releases: DevExpress/DevExtreme.AspNet.Data

2.1.3

07 Mar 09:19
925d7a8

Choose a tag to compare

  • Support comparison operations for Guid (#342)

2.1.2

18 Feb 13:25
3eb32ba

Choose a tag to compare

  • Compatibility with System.Linq.Dynamic.Core dynamic classes (#334)

2.1.1

16 Jan 15:42
c8e044f

Choose a tag to compare

  • Fixed remote AVG aggregate over Double / Float data (#325)
  • Workaround against #326 (#328)

2.1.0 🎄

27 Dec 11:51
d9ee187

Choose a tag to compare

  • Compatibility with DevExtreme's BC4504 (#305)
  • Support errorHandler option in createStore (#312)
  • DataSourceLoader can handle Select of more than 32 items (#306, #316, #284)
  • New client-side hook to handle AJAX errors: onAjaxError (#317)
  • Fixed incorrect conversion of dynamic values to String (#319)
  • New global switch DataSourceLoadOptionsBase.StringToLowerDefault (#321)

2.0.0

31 Oct 13:53
515ab0c

Choose a tag to compare

Breaking Changes

  • Public fields replaced with properties (bff9810, #231)
  • Minimum target frameworks: .NET 4.5.2, .NET Standard 2.0 (e86f026)
  • Minimum tested DevExtreme version: 18.1 (#280)
  • Changed the use of ToLower() for string filters (#298)

Packages

1.4.10

11 Oct 15:27
4673f97

Choose a tag to compare

This release contains fixes for grouping and summary with LINQ 2 SQL provider.
Details: https://devexpress.com/issue=T670222

1.4.9

26 Sep 17:12
8f7540c

Choose a tag to compare

This release resolves an incompatibility with LINQ 2 SQL (#293)

1.4.8

03 Aug 08:35
1f09ecd

Choose a tag to compare

  • Normalize the value of empty SUM aggregate (#267)
  • Remove empty Group.summary from the response (#269)
  • Implement a hook to intercept CompileAccessorExpression (#273)

1.4.7

13 Jun 11:31
210746a

Choose a tag to compare

1.4.6

24 May 12:55
b087037

Choose a tag to compare

Resolved Issues

  • KeyNotFoundException with Select + Group by a nested member (#246)
  • NullReferenceException with remote AVG summary over empty data (#248)

New

  • .NET Standard 1.3 target (prevents NU1701 warnings, see #249)
  • Support for CommonJS loaders (#243)

Compatibility Notice

Internal representation of select results has been changed from Dictionary to ExpandoObject. With JsonResult in non-WebApi controllers, you may experience broken JSON serialization. Discussion & solutions: https://stackoverflow.com/q/5156664