Skip to content

Commit 5db0bb5

Browse files
author
Ivan De Marino
committed
CHANGELOG for v0.4.0
1 parent 3ef7858 commit 5db0bb5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.4.0 (July 20, 2022)
2+
3+
FEATURES:
4+
5+
* Introduced `metavalidator` package with `Any()`, `AnyWithAllWarnings()`, and `All()` validation functions ([#43](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/43))
6+
* Introduced `schemavalidator` package with 4 new validation functions: `RequiredWith()`, `ConflictsWith()`, `AtLeastOneOf()`, `ExactlyOneOf()` ([#32](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/32))
7+
8+
ENHANCEMENTS:
9+
10+
* int64validator: Added `AtLeastSumOf()`, `AtMostSumOf()` and `EqualToSumOf()` validation functions ([#29](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/29))
11+
112
# 0.3.0 (June 29, 2022)
213

314
FEATURES:

0 commit comments

Comments
 (0)