Skip to content

Releases: trenoncourt/AutoQueryable

AutoQueryable 1.3.0

29 Oct 13:40
ae08e82
Compare
Choose a tag to compare

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

AutoQueryable 1.2.0

17 Jul 07:27
Compare
Choose a tag to compare
  • Add Max depth limit
  • Update AutoQueryable & filters versions

AutoQueryable 1.1.0

16 Jul 09:54
Compare
Choose a tag to compare

This release is about security and limits :

  • Add only selectable properties. (there were only unselectable for now)
  • Add (Un)Sortable properties
  • Add (Dis)Allowed clauses
  • Add (Dis)Allowed conditions
  • Add (Dis)Allowed wrapper parts
  • Add Max to take and max to skip
  • Improve performances

AutoQueryable 1.0.0

14 Jul 15:01
Compare
Choose a tag to compare
  • Update selection projection from url. Objects returned from the url request can contain other objects and arrays
  • Update filter projection. you're now able to you filter with projection
  • Update unselectable properties to use projection.
  • Add selection of object/sub object and array/subarray value types with the name of the navigation property
  • Add selection of object/sub object and array/subarray values including navigation properties on its first level with the selector .*
  • Add a Nancy filter
  • Add a Nancy sample that use Nancy filter and directly AutoQueryable
  • Remove include clause (You can use object selection directly)
  • Add new generation of dynamic type with cache key values (better performances)
  • Update documentation
  • Add some unit tests for projection

Thanks to nurhat for his help.

AutoQueryable 0.13.0

05 Jul 18:39
Compare
Choose a tag to compare
AutoQueryable 0.13.0 Pre-release
Pre-release
  • adds total-count to wrapwith clause (#6)
  • add filter by navigation properties (#6)
    Thanks to @nurhat

AutoQueryable 0.12.0

26 Jun 10:53
Compare
Choose a tag to compare
AutoQueryable 0.12.0 Pre-release
Pre-release

Add WrapWith capabilities like count, next-link in OData (see #2)

AutoQueryable 0.11.6

23 Jun 06:43
Compare
Choose a tag to compare
AutoQueryable 0.11.6 Pre-release
Pre-release

Update project to vs2017.
Add UT.
Fix Enums case sensitive.
Fix null in type converter.
Fix Guid in type converter.

AutoQueryable 0.11.0

18 Dec 14:13
Compare
Choose a tag to compare
AutoQueryable 0.11.0 Pre-release
Pre-release

Set AutoQueryable target netstandard 1.3 & net451
Add FilterAttributes for aspnet & aspnet core
Separate filter attributes in different nuget packages : AutoQueryable.AspNetCore.Filter & AutoQueryable.AspNet.Filter
Fix dto projection with no select clause
Add AutoQueryable extension on top of IQueryable
Set AutoQueryable only work on top of IQueryable (now compatible with all ORM who works with IQueryable)
Refactoring

AutoQueryable 0.10.0

17 Dec 13:13
Compare
Choose a tag to compare
AutoQueryable 0.10.0 Pre-release
Pre-release

Add select projection in querystring

AutoQueryable 0.9.1

13 Dec 13:48
Compare
Choose a tag to compare
AutoQueryable 0.9.1 Pre-release
Pre-release

Fix Top, Skip, First, Last on dto projection