Releases: trenoncourt/AutoQueryable
AutoQueryable 1.3.0
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
- Add Max depth limit
- Update AutoQueryable & filters versions
AutoQueryable 1.1.0
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
- 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
AutoQueryable 0.12.0
Add WrapWith capabilities like count, next-link in OData (see #2)
AutoQueryable 0.11.6
Update project to vs2017.
Add UT.
Fix Enums case sensitive.
Fix null in type converter.
Fix Guid in type converter.
AutoQueryable 0.11.0
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
Add select projection in querystring
AutoQueryable 0.9.1
Fix Top, Skip, First, Last on dto projection