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.
Bug fixes
The help parameters are now no longer unexpected parameters when validating parameters.
Fixed a typo in the docs
Added a URL to the help message migration docs to the paramsHelp() deprecation message
The old validation.showHiddenParams config option works again to ensure backwards compatibility. Using validation.help.showHidden is still preffered and the old option will emit a deprecation message.
Resolved an issue where the UniqueEntriesEvaluator did not correctly detect non-unique combinations.