- multiple inheritance via
@trait
macro. - another demo class
- allows a declared method to be a function from another module, e.g. declare a valid method that lives in
Base
. - basic support for parametric types
- a demo class using SparseMatrix
- constructor inheritance using @virtualnew macro
- supports subclassing ranged container types (i.e. vector{<:mytype})
- no more method deletion warnings during precompile
- Initial release.