Skip to content

AutoQueryable 1.3.0

Compare
Choose a tag to compare
@trenoncourt trenoncourt released this 29 Oct 13:40
· 138 commits to master since this release
ae08e82

Features

Datetime filter operation

Add datetime filter operations on ISO 8601 dates in query string.
Current filters are:

  • Equals
  • Less than
  • Less than or equals
  • Greater than
  • Greater than or equals

OData provider

Start the hard work on OData provider

  • Add $select capability

Refacto

  • Add AutoQueryable.Core project which will be common for all providers
  • Add AutoQueryable.Providers.OData project for OData capabilities