v0.2.0
What's Changed
- collectDifferences with first argument beeing index of the data member by @Yaraslaut in #19
- code cleanups and compiler warning fixes by @christianparpart in #20
- Allow iteration over sequence in EnumerateMembers by @Yaraslaut in #21
- Rename GetName<>() to NameOf<> and add test for
TypeNameOf<>by @christianparpart in #22 - Add
MemberClassType<P>andMemberIndexOf<P>to get the class type and member-index of P. by @christianparpart in #23
Full Changelog: v0.1.0...v0.2.0