Skip to content

Release for version 0.10

Pre-release
Pre-release

Choose a tag to compare

@lembergerth lembergerth released this 27 Sep 08:25
0.10
578634b

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).