0.4.1
krzysztofzablocki
released this
18 Dec 07:25
·
1374 commits
to master
since this release
- Implements
inherits
,implements
,based
reflection on each Type - Flattens inheritance, e.g.
Foo
implementsDecodable
, thenFooSubclass
also implements it - Stop parsing private variables as they wouldn't be accessible to code-generated code