- Resolved compound components to linerarize nested collections for vastly improved performance with large structures.
- Added
TypeCache
. - Added fallback to assign
null
toSuperCall
andDefaultCall
if assignment is impossible. - Deprecated
Forwarding
in favor ofMethodCall
. - Fixed matcher for interfaces in type builder DSL.
- Fixed resolution of field type in
MethodCall
.