Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 496 Bytes

release_notes.md

File metadata and controls

18 lines (15 loc) · 496 Bytes

Upcoming

0.4

  • multiple inheritance via @trait macro.
  • another demo class

0.3

  • 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

0.2

  • constructor inheritance using @virtualnew macro
  • supports subclassing ranged container types (i.e. vector{<:mytype})
  • no more method deletion warnings during precompile

Current

0.1.0

  • Initial release.