Skip to content

Commit 8088eea

Browse files
authored
Update CHANGELOG.md
1 parent fbf4f24 commit 8088eea

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
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

613
FEATURES:
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

0 commit comments

Comments
 (0)