Skip to content

v1.16.0

Latest
Compare
Choose a tag to compare
@apparentlymart apparentlymart released this 03 Jan 19:48
· 9 commits to main since this release
  • 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)