-#22 Rename this repository.
- #13 Fix the issue that filter will throw exception if decimal property is optional.
- #6 Add asynchronous method of retrieving data(This feature is still in the experimental stage, not recommend using it on your product).
- #10 Fix the issue that the LINQ query with sub-property can't be translated and will be evaluated locally.
- #12 Amend the issue that the method
ToDataSourceResult<T>(this IQueryable<T> queryable, DataSourceRequest request)
would ignore the aggregator parameter.
- Remove
Append
andPrepend
method of IEnumeration extension(.NET Standard built-in). - Remove the duplicate
Aggregates
method.
- Change the property
Group
of DataSourceResult toGroups
. - #5 Add new property
Aggregate
to DataSourceRequest. - #5 Fixed getting wrong grouping data in the request using aggregates in grouping configuration.
- #3 Support new filtering operators of
is null
,is not null
,is empty
,is not empty
,has value
, andhas no value
in grid. - #3 Filtering operators of
is empty
,is not empty
,has value
, andhas no value
doesn't support non-string types.
- Fix the problem that when query with conditions for a large amount of data will throw exception.
- Fix the query result will be unexpected when filter conditions are too much.
- Fix the issue that using aggregate count will throw an exception when a framework is .NET Core 1.0.
- Optimize performance and remove unnecessary properties.
- When the filter condition has a DateTime type value, the time will automatically change to the server's local time.
- #2 Support .Net Standard 2.0.
- #1 Add
Errors
property inDataSourceResult
class.