You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
it.NotBlankConstraint, it.BlankConstraint, it.NilConstraint and it.NotNilConstraint now are based on generic comparable type and can be used as NumberConstraint and ComparableConstraint:
it.NotBlankNumberConstraint and it.BlankNumberConstraint are removed;
it.IsNotBlankNumber() and it.IsBlankNumber() now returns it.NotBlankConstraint and it.BlankConstraint;
new constructors were added.
it.ChoiceConstraint now is compatible with NumberConstraint and StringConstraint.
New generic it.ComparisonConstraint added to compare comparable types. Use it with constructors it.IsEqualTo() and it.IsNotEqualTo().
it.IsEqualToString(), it.IsNotEqualToString(), it.IsEqualToNumber() and it.IsNotEqualToNumber() marked as deprecated.