Skip to content

v6.0.0

Compare
Choose a tag to compare
@ardalis ardalis released this 18 Jan 21:57
· 54 commits to main since this release

Release 6.0.0

See README.md
Breaking changes
Improve in-memory evaluation performance. #182. Breaking Changes: The specification state for Where, Order, and Search expressions is stored in separate types.
Remove Paginate builder action. Breaking Change (It was marked as obsolete since version 4). Issue #189

  Other updates
  Add support for AnyAsync in the base repository. #180
  Add SQL Like implementation for the in-memory evaluator. #150
  Add support for IgnoreQueryFilters. #159
  Return Task<int> from SaveChangesAsync. #174
  Add support for condition in the specification builder methods. #143
  Improve Include evaluation performance by implementing caching (opt-in feature). Issue #187
  Implement infrastructure for specification validators. Issue #111
  Adding XML Comments #224

What's Changed

New Contributors

Full Changelog: v5.2.0...v6.0.0