Version 0.1.0
Pre-release
Pre-release
- Improved code rendering in docs
- Improved handling of parameterized types
- Eliminated
@method
macro, which somewhat impaired debugging and is no better than directly usingAbstract
class names. That is,@method foo(x:MyClass)
is merelyfoo(x:AbstractMyClass
.