Releases: zhuyadong/zoop
Releases · zhuyadong/zoop
0.2.2
make all function which return bool inline, otherwise if call without comptime
will get wrong result.
0.2.1
- interface support default implementing of method through: fn Default(comptime Class:type) type
- bug fix
0.2.0
no longer relies on usingnamespace and not compatible with 0.1.x
0.1.9
fix bug that super class field not inited
0.1.7
change implementation of zoop.makeTypeId()
0.1.5
Support for non-rootptr objects to call destroy()