AutoQueryable 1.6.0
Features
Default Order By
- Add DefaultOrderBy, DefaultOrderByDesc capability in attribute and profile
Default To take
Add DefaultToTake capability in attribute and profile
Fixes
MaxToTake
- MaxToTake now works without queryString
Select Helper
- runtime type now use type name as well
Base Types
- base types now work with take/skip
Refactor
Started a big refactoring of the project for 2.0 version:
- Remove providers & default providers
- Perf improvment
- Small fixes
- Change nullable properties in profil in favor of properties
- No more AQ.Core project
- Add AQ context injected in all models
- Add clauses models
- ...