All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.3.0 - 2021-10-16
- type inference for default args #55
- member variables with default values can now be defined without type annotation
- class data constants #56
isClass
proc to check type is class or not #27- alias class #25
{.noNewDef.}
to not define constructor #43
v0.2.2 - 2021-8-26 [YANKED]
- a bug that prevented
{.open.}
from working #42
- disabled auto definition of subclass constructor #44
- constructors are now not defined automatically in subclasses
- subclasses are now warning when
{.open.}
is used together #42
v0.2.1 - 2021-8-23 [YANKED]
- a bug in constructor #42
v0.2.0 - 2021-8-22
- auto definition of constructor #6
- assistance with constructor definition #6
{.open.}
to allow inheritance #13- support for
converter
#16 super
keyword formethod
#20
- a bug when variables are marked with
*
#37
- 🎉 first release!