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)