Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Update dependency Datafilters.Expressions to v0.12.0 #306

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Datafilters.Expressions (source) nuget minor 0.11.0 -> 0.12.0

Release Notes

candoumbe/DataFilters

v0.12.0

Compare Source

New features
  • Added syntax for OneOfExpression using curly braces (#​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 FilterExpressions into a OrExpression
  • Added & operator to combine two FilterExpressions into a AndExpression
Breaking changes
  • AsteriskExpression default constructor is now private
  • Dropped filter service
  • Renamed ISort<T> to IOrder<T>
  • Renamed Sort<T> to Order<T>
  • Renamed MultiSort<T> to MultiOrder<T>
  • Renamed SortValidator<T> to OrderValidator<T>
  • 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.


  • If you want to rebase/retry this PR, check this box

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants