v9.3.0
What's Changed
- Avoid List allocation for PostProcessingAction. by @fiseni in #501
- Redefine WithProjectionOf as an extension to Specification instead of ISpecification by @fiseni in #517
- Rename TagWithEvaluator to QueryTagEvaluator. by @fiseni in #512
- OneOrMany implementation by @fiseni in #507
- Refactor the state of where expressions as OneOrMany. by @fiseni in #508
- Refactor the state of order expressions as OneOrMany. by @fiseni in #509
- Refactor the state of include expressions as OneOrMany. by @fiseni in #510
- Refactor the state of search expressions as OneOrMany. by @fiseni in #511
- Consolidate OneOrMany implementation and its usage. by @fiseni in #513
- Add a fallback to LINQ for search evaluators/validator in case of custom user specifications. by @fiseni in #514
- Update dependencies. by @fiseni in #526
- Use opencover format for coverage reports. by @fiseni in #503
- Added Full Build workflow that publishes coverage reports. by @fiseni in #504
- Add benchmarks project. by @fiseni in #505
- Cleanup by @fiseni in #518
- Add new test fixtures for EF6 provider. by @fiseni in #519
- Add tests for EF6 evaluators. by @fiseni in #520
Full Changelog: v9.2.0...v9.3.0