Skip to content

Releases: garvincasimir/csharp-datatables-parser

Adding partial matching

23 Sep 00:02
4924789
Compare
Choose a tag to compare

This release adds the ability to search only part of a field (start, end or whole field)

Minor fixes

06 Jun 16:07
c8908f2
Compare
Choose a tag to compare

Cleaned up code and added specific signature for Contains calls.

Moved to .net standard

19 Nov 21:40
Compare
Choose a tag to compare

This release targets .net standard v1.3.
Individual property search issue finally closed. Probably only bug fixes from this point.

Latest .NET Standard version

03 Sep 22:41
Compare
Choose a tag to compare
Merge pull request #26 from garvincasimir/formatters

Adding custom formatters

Entity Framework 6 release

15 Nov 02:35
Compare
Choose a tag to compare

Entity framework 6 (linq to entities)
Linq to objects
Linq to entities sql generation for fitler by date & number types
Uses new mProp column binding
Supports sorting by unbound properties
Multiple column sort
Async parsing using tasks

First stable release

18 Jul 02:04
Compare
Choose a tag to compare

Features

  • Entity framework 5 (linq to entities)
  • Linq to objects
  • Linq to entities sql generation for fitler by date & number types
  • Uses new mProp column binding
  • Supports sorting by unbound properties
  • Multiple column sort
  • Async parsing using tasks