Skip to content

2.1.0

Compare
Choose a tag to compare
@daveleek daveleek released this 25 Apr 19:49
· 91 commits to main since this release
910b39e
  • feat: add support for new constraint operators (#86)

  • feat: new operators

  • feat: IConstraintOperator

  • numberconstraintoperator tests

  • implement numberconstraintoperator

  • add single value property to constraint

  • feat: add date constraint operator and tests

  • improvement: use constraint Value instead of Values for number constraints

  • feat: add caseinsensitive to constraint

  • feat: stringconstraintoperator and tests

  • feat: add semver constraint operator

  • feat: add the new operator evaluators to ConstraintUtils

  • fix broken deserialization of Constraint

  • add inverted

  • feat: add support for inverted constraints

  • switch to Values prop for string conditions

  • fix broken Operator.IN tests

  • add context currenttime

  • fix decimal point issue with float/double parsing

  • disable tests that require live access token

  • forgot to push namespace import

  • add tests for multiple words in .Values

  • switch to .Value only for semver constraint operator

  • make nullable

  • fix build errors for lower .NET versions

  • improvement: convert operators to const strings

  • add new constraintutils tests

  • handle null operators

  • improvement: comment-clarify operator switch to constants