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
ValidAt was deprecated in the 4.x branches in favour of the StrictValidAt constraint. The StrictValidAt constraint has not been backported to the 3.4x branch so is currently causing some of my tests to fail.
Would a PR be welcomed to backport this or are there no plans to do this? Many thanks for all the good work and awesome library as usual.
Andy
The text was updated successfully, but these errors were encountered:
v3.x is open for security fixes only. So, we shouldn't backport anything else there.
If you want to use the new classes you should require v4.1+ (as they aren't available in v4.0.x).
If you need to be compatible with the old versions but still want to use the new classes, I'd suggest checking if the class is defined. Alternatively, you may also create the constraint on your side.
Hey Luís,
ValidAt
was deprecated in the 4.x branches in favour of theStrictValidAt
constraint. TheStrictValidAt
constraint has not been backported to the 3.4x branch so is currently causing some of my tests to fail.Would a PR be welcomed to backport this or are there no plans to do this? Many thanks for all the good work and awesome library as usual.
Andy
The text was updated successfully, but these errors were encountered: