Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 435 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 435 Bytes

0.0.5

  • Fix issues #10
  • Fix warning

0.0.4

  • Upgrade null safety

0.0.3

  • Fix the bug of the table constructor
  • Add auxiliary API for reference(ref/unRef)

0.0.2

  • Add Lua userdata support
  • Fix lexical analysis BUG

0.0.1

  • A full lua virtual machine
  • Support some standard libraries, e.g. String, Math, etc.
  • Experimental nature only, not yet fully tested