Skip to content

v1.5.0

Compare
Choose a tag to compare
@apparentlymart apparentlymart released this 11 Jun 16:18
  • cty: New Value.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)