Added
- Add a plugin API.
Removed
- Remove reflection support through the
__keys__/0
,__defaults__/0
and
__types__/0
function which where defined by TypedStruct in the user
modules. If you rely on these functions, please use the
TypedStructLegacyReflection
plugin to enable them again, and consider creating a plugin for your needs.