Releases: zclconf/go-cty
Releases · zclconf/go-cty
v1.16.0
convert
: When converting between two different capsule types, will now try to use the "conversion from" implementation from the target type if the source type doesn't have a suitable "conversion to" implementation. (#194)convert
: When converting to a map whose element type is an object type with optional attributes, will no longer construct a broken result when a final map is empty. (#198)
v1.13.2
v1.12.2
v1.13.1
v1.13.1
v1.13.0
v1.13.0
v1.11.1
convert
: Fix for error when converting empty sets and lists with nested optional attributes by explicitly removing optional attribute information from collections.
v1.9.1
v1.9.1
v1.5.0
cty
: NewValue.HasWhollyKnownType
method, for testing whether a value's type could potentially change if any unknown values it was constructed from were to become known. (#55)convert
: Fix incorrect panic when converting a tuple with a dynamic-typed null member into a list or set, due to overly-liberal type unification. (#56)