Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

48 lines (39 loc) · 2.57 KB

Change Log

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

Added

  • 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]

Fixed

  • a bug that prevented {.open.} from working #42

Changed

  • 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]

Fixed

  • a bug in constructor #42

v0.2.0 - 2021-8-22

Added

  • auto definition of constructor #6
  • assistance with constructor definition #6
  • {.open.} to allow inheritance #13
  • support for converter #16
  • super keyword for method #20

Fixed

  • a bug when variables are marked with * #37

v0.1.0 - 2021-8-1

  • 🎉 first release!