v1.10.1
Fixes:
Len
andCap
could not be embedded inJSON
,SubJSONOf
andSuperJSONOf
. Fixed;Bag
andSet
didn't implementTypeBehind()
method. Fixed;JSONPointer
expectedValue andJSON
placeholders didn't have the same behavior. Now the pointed data is JSON-unmarshaled into a value using the same type of expectedValue (forJSONPointer
) or any placeholder (forJSON
) before comparison;Catch
TypeBehind()
method didn't use the type of target when the type behind expectedValue could not be determined. Fixed;(*tdhttp.TestApi).CmpJSONBody(nil)
panicked. Fixed;- and some typos fixed.
Enjoy!