Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Releases: FrangipaneTeam/terraform-plugin-framework-validators

v1.5.1

25 Apr 15:41
Compare
Choose a tag to compare

1.5.1 (2023-04-25)

Bug Fixes

  • RequireIfAttributeIsOneOf error message and tests (f857608)

v1.5.0

14 Apr 08:03
Compare
Choose a tag to compare

1.5.0 (2023-04-14)

Features

  • add string and int64 validator OneOfWithDescription (23b6925)

v1.4.0

07 Apr 09:04
008f0db
Compare
Choose a tag to compare

1.4.0 (2023-04-07)

Features

  • add int64 validator AttributeIsDevidedByAnInteger (#46) (fa6fcbe)
  • add int64 validator ZeroRemainder (#47) (d7c6d19)

Miscellaneous

v1.3.1

31 Mar 14:02
Compare
Choose a tag to compare

1.3.1 (2023-03-31)

Bug Fixes

  • error message and docs for RequireIfAttributeIsOneOf (#42) (b1b3096)

v1.3.0

31 Mar 13:06
Compare
Choose a tag to compare

1.3.0 (2023-03-31)

Features

  • add new validator require_if_attribute_is_one_of (b685181)

v1.2.1

29 Mar 19:28
Compare
Choose a tag to compare

1.2.1 (2023-03-29)

Bug Fixes

  • Missing documentation for IsMacAddress string validator (#35) (18feb10)

Documentation

  • merge doc to one projet (08b6356)

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

21 Mar 08:39
Compare
Choose a tag to compare

1.2.0 (2023-03-20)

Features

  • Add IsMacAddress String validator (4a82bc8)

v1.1.1

20 Mar 11:59
Compare
Choose a tag to compare

1.1.1 (2023-03-20)

Miscellaneous

  • docs: Add docs ValueStringsAre in list/set/map (033ee2e)
  • remove list IsURN validator (033ee2e)

v1.1.0

17 Mar 22:25
Compare
Choose a tag to compare

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

13 Mar 10:23
Compare
Choose a tag to compare

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

  • add usage documentation (86a8219)

Miscellaneous

  • add CI, Docs, ReleasePlease, Markdownlint (a4517d0)