candoumbe / DataFilters.AspNetCore

Apache License 2.0
3 stars 0 forks source link

Update dependency DataFilters to v0.12.0 #64

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
DataFilters (source) nuget minor 0.11.0 -> 0.12.0

Release Notes

candoumbe/DataFilters ### [`v0.12.0`](https://togithub.com/candoumbe/DataFilters/blob/HEAD/CHANGELOG.md#​0120--2022-10-12) [Compare Source](https://togithub.com/candoumbe/DataFilters/compare/0.11.0...0.12.0) ##### New features - Added syntax for `OneOfExpression` using curly braces ([#​123](https://togithub.com/candoumbe/datafilters/issues/123)) - Added `+` operator to combine `ConstantValueExpression` with `AsteriskExpression` - Added `+` operator to combine `StartsWithExpression` with `EndsWithExpression` - Added `+` operator to combine `StartsWithExpression` with `ContainsExpression` - Added `+` operator to combine `StartsWithExpression` with `StartsWithExpression` - Added `+` operator to combine `StartsWithExpression` with `StringValueExpression` - Added `|` operator to combine two `FilterExpression`s into a `OrExpression` - Added `&` operator to combine two `FilterExpression`s into a `AndExpression` ##### Breaking changes - `AsteriskExpression` default constructor is now private - Dropped filter service - Renamed `ISort` to `IOrder` - Renamed `Sort` to `Order` - Renamed `MultiSort` to `MultiOrder` - Renamed `SortValidator` to `OrderValidator` - Renamed `SortToQueries` class to `OrderExtensions` in `DataFilters.Queries` - Renamed `SortExtensions` class to `OrderExtensions` in `DataFilters.Expressions`

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #64 (38f1575) into develop (6f97553) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop      #64   +/-   ##
========================================
  Coverage    85.45%   85.45%           
========================================
  Files            8        8           
  Lines          110      110           
  Branches        20       20           
========================================
  Hits            94       94           
  Misses          13       13           
  Partials         3        3           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more