Releases: FrangipaneTeam/terraform-plugin-framework-validators
Releases · FrangipaneTeam/terraform-plugin-framework-validators
v1.5.1
1.5.1 (2023-04-25)
Bug Fixes
- RequireIfAttributeIsOneOf error message and tests (f857608)
v1.5.0
1.5.0 (2023-04-14)
Features
- add string and int64 validator
OneOfWithDescription
(23b6925)
v1.4.0
1.4.0 (2023-04-07)
Features
- add int64 validator
AttributeIsDevidedByAnInteger
(#46) (fa6fcbe)
- add int64 validator
ZeroRemainder
(#47) (d7c6d19)
Miscellaneous
v1.3.1
1.3.1 (2023-03-31)
Bug Fixes
- error message and docs for
RequireIfAttributeIsOneOf
(#42) (b1b3096)
v1.3.0
1.3.0 (2023-03-31)
Features
- add new validator
require_if_attribute_is_one_of
(b685181)
v1.2.1
1.2.1 (2023-03-29)
Bug Fixes
- Missing documentation for
IsMacAddress
string validator (#35) (18feb10)
Documentation
Miscellaneous
- deps: bump github.com/hashicorp/terraform-plugin-framework (4470618)
- docs: Add docs ValueStringsAre in list/set/map (10472f7)
- docs: Add Favicon and branding orange (d6a7005)
- remove list IsURN validator (10472f7)
v1.2.0
1.2.0 (2023-03-20)
Features
- Add
IsMacAddress
String validator (4a82bc8)
v1.1.1
1.1.1 (2023-03-20)
Miscellaneous
- docs: Add docs ValueStringsAre in list/set/map (033ee2e)
- remove list IsURN validator (033ee2e)
v1.1.0
1.1.0 (2023-03-17)
Features
Bug Fixes
- better diagnostic for listvalidator isURN (#26) (49ccf56)
Documentation
- add links to planmodifier and to homepage (d5ce111)
- add released on each validators (3ffd70c)
v1.0.0
1.0.0 (2023-03-13)
Features
- add
IsValidURN
(096d505)
- add
IsValidUUID
string validator (99efea0)
- add
Not
bool validator (ed07f42)
- add
Not
int64 validator (7ff00f0)
- add
Not
list validator (ab8bcd8)
- add
Not
map validator (b779fe6)
- add
Not
set validator (3581f9d)
- add
Not
string validator (18558de)
- netmask: add validator
IsValidNetmask
(fc2452c)
- valid ip with net.ParseIP (dc064f6)
Documentation
Miscellaneous
- add CI, Docs, ReleasePlease, Markdownlint (a4517d0)