File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# 1.6.0 (Unreleased)
22
3- NOTES:
4- * helper/validation: A variety of validation functions have been deprecated in favor of ones with more consistent naming. [ GH-301 ]
3+ DEPRECATED:
4+
5+ * helper/validation: ` ValidateListUniqueStrings ` [ GH-301 ]
6+ * helper/validation: ` SingleIP ` [ GH-301 ]
7+ * helper/validation: ` IPRange ` [ GH-301 ]
8+ * helper/validation: ` CIDRNetwork ` [ GH-301 ]
9+ * helper/validation: ` ValidateJsonString ` [ GH-301 ]
10+ * helper/validation: ` ValidateRegexp ` [ GH-301 ]
11+ * helper/validation: ` ValidateRFC3339TimeString ` [ GH-296 ]
512
613FEATURES:
714
@@ -19,6 +26,12 @@ FEATURES:
1926* helper/validation: ` IsURLWithHTTPS ` [ GH-296 ]
2027* helper/validation: ` IsURLWithHTTPorHTTPS ` [ GH-296 ]
2128* helper/validation: ` IsURLWithScheme ` [ GH-296 ]
29+ * helper/validation: ` ListOfUniqueStrings ` [ GH-301 ]
30+ * helper/validation: ` IsIPAddress ` [ GH-301 ]
31+ * helper/validation: ` IsIPv4Range ` [ GH-301 ]
32+ * helper/validation: ` IsCIDRNetwork ` [ GH-301 ]
33+ * helper/validation: ` StringIsJSON ` [ GH-301 ]
34+ * helper/validation: ` StringIsValidRegExp ` [ GH-301 ]
2235
2336# 1.5.0 (January 16, 2020)
2437
You can’t perform that action at this time.
0 commit comments