Release for version 0.10
Pre-release
Pre-release
Removes API method 'TypeRef#type()'.
This method exposed an internal type,
which can not be handled through the remaining API methods.
To avoid this confusion, we removed the method.
To allow comparison of TypeRef objects, TypeRef#equals(Object)
and TypeRef#hashCode() are now implemented to reflect
equality on the type (was identity before).