Skip to content

AutoQueryable 1.6.0

Compare
Choose a tag to compare
@trenoncourt trenoncourt released this 07 Apr 10:03
· 105 commits to master since this release
97202b4

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
  • ...