Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 294 Bytes

CHANGELOG.md

File metadata and controls

14 lines (13 loc) · 294 Bytes

0.0.2

23 Oct 2023

  • Support class declaration
  • Add unsafe attribute to unsafe methods

0.0.1

08 Sep 2023

  • First version with the following features:
    • Bool type
    • Id type
    • Load classes
    • Create instances
    • Register selectors
    • Send messages (varargs are not supported)