v0.3.0
- Added
CompareResults.AsMap()
method, which returns a map of field names to mismatch errors. - Updated
FieldMismatch.String()
to correctly say things like "is an int" or "is null" instead of "is a int" and "is a null".
CompareResults.AsMap()
method, which returns a map of field names to mismatch errors.FieldMismatch.String()
to correctly say things like "is an int" or "is null" instead of "is a int" and "is a null".