Releases: FrangipaneTeam/terraform-plugin-framework-supertypes
Releases · FrangipaneTeam/terraform-plugin-framework-supertypes
v0.4.0
🚨 Breaking Changes
golang
- Upgrade to Golang 1.21. (GH-71)
ℹ️ Notes
linters
- Remove deprecated linters. (GH-71)
Dependencies
- deps: bumps actions/checkout from 4.1.1 to 4.1.7 (GH-68)
- deps: bumps actions/download-artifact from 4.1.1 to 4.1.8 (GH-67)
- deps: bumps dependabot/fetch-metadata from 1.6.0 to 2.2.0 (GH-66)
- deps: bumps github.com/hashicorp/terraform-plugin-go from 0.21.0 to 0.23.0 (GH-69)
- deps: bumps github.com/stretchr/testify from 1.8.4 to 1.9.0 (GH-60)
- deps: bumps golangci/golangci-lint-action from 3 to 6 (GH-70)
- deps: bumps ncipollo/release-action from 1.13.0 to 1.14.0 (GH-57)
v0.3.1
v0.3.0
🚀 New Features
attribute/ListAttributeOf
- Add list attribute with generic type for automatically cast value to type of attribute. (GH-49)attribute/MapAttributeOf
- Add map attribute with generic type for automatically cast value to type of attribute. (GH-49)attribute/SetAttributeOf
- Add set attribute with generic type for automatically cast value to type of attribute. (GH-49)
Dependencies
- deps: bumps actions/checkout from 4.1.0 to 4.1.1 (GH-39)
- deps: bumps actions/download-artifact from 3.0.2 to 4.1.1 (GH-51)
- deps: bumps actions/setup-go from 4 to 5 (GH-45)
- deps: bumps actions/upload-artifact from 3 to 4 (GH-47)
- deps: bumps github.com/fatih/color from 1.15.0 to 1.16.0 (GH-42)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.5.0 (GH-50)
- deps: bumps github.com/hashicorp/terraform-plugin-go from 0.19.0 to 0.19.1 (GH-44)
v0.2.0
Release v0.2.0
v0.1.1
Dependencies
- deps: bumps actions/checkout from 3 to 4 (GH-29)
- deps: bumps actions/checkout from 4.0.0 to 4.1.0 (GH-32)
- deps: bumps github.com/google/go-cmp from 0.5.9 to 0.6.0 (GH-35)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.5 to 1.4.0 (GH-31)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 (GH-33)
- deps: bumps github.com/stretchr/testify from 1.6.1 to 1.8.4 (GH-28)
- deps: bumps ncipollo/release-action from 1.12.0 to 1.13.0 (GH-27)
- deps: bumps stefanzweifel/git-auto-commit-action from 4 to 5 (GH-34)
v0.1.0
🚨 Breaking Changes
attribute/string
- NowSet
func set attribute to null if value is empty string (GH-26)
🚀 New Features
attribute/bool
- Add funcSetPtr
(GH-26)attribute/float64
- Add funcSetFloat32
,SetFloat64
,SetFloat32Ptr
,SetFloat64Ptr
,GetFloat32
,GetFloat64
,GetFloat32Ptr
,GetFloat64Ptr
(GH-26)attribute/int64
- Add funcsSetPtr
,SetInt
,SetInt8
,SetInt16
,SetInt32
,SetInt64
,SetIntPtr
,SetInt8Ptr
,SetInt16Ptr
,SetInt32Ptr
,SetInt64Ptr
,GetInt
,GetInt8
,GetInt16
,GetInt32
,GetInt64
,GetIntPtr
,GetInt8Ptr
,GetInt16Ptr
,GetInt32Ptr
,GetInt64Ptr
(GH-26)attribute/string
- Add funcSetPtr
(GH-26)
Dependencies
v0.0.5
Release v0.0.5
v0.0.4
Release v0.0.4
v0.0.3
Release v0.0.3
v0.0.2
v0.0.2