Fengari Versions Save

🌙 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser

v0.1.4

5 years ago
  • Fix bug where nil values are not removed from tables

v0.1.3

5 years ago

In this release:

  • Fix loading bytecode with empty string constant
  • Fix missing luaopen_base export
  • Use only C locale for string->number conversions

v0.1.2

6 years ago

In this release:

  • More node 6 compatibility fixes
  • Use indirect eval to get reference to global environment
  • Move test suite to jest
  • Fixes for os.time and os.date normalisation
  • Use own strftime code (drops strftime npm package dependency)
  • Fix passing JavaScript strings to luaL_add(l)string

v0.1.1

6 years ago

In this release:

  • Fix node 6 compatibility
  • Removed duplicate LUA_PATH entries

v0.1.0

6 years ago

We're very happy to announce the first release of Fengari!

In this release:

  • Fengari core implements Lua 5.3 in ES6
  • Implements the Lua C API
  • Lua standard library implemented on top of "C" API
  • Works in node.js
  • Works in browsers (including IE11+, Safari 8+, Chrome, Firefox and Edge)
  • Lua test suite ported to JavaScript and passes (excluding items below)
  • Known incompatability: garbage collector cannot be controlled
  • Known incompatability: __gc not respected
  • Known incompatability: __mode not respected
  • Known incompatability: io library not available in browsers
  • Known incompatability: io library unable to open new files
  • Known incompatability: io library read functionality is not implemented
  • Known incompatability: some os library functions are not implemented

v0.0.1-rc.2

6 years ago

Fengari 0.0.1 (rc2) is now available for testing!

This is a release candidate: if no issues are found within the next couple of days then it will become the official release.

v0.0.1-rc.1

6 years ago

Fengari 0.0.1 (rc1) is now available for testing!

This is a release candidate: if no issues are found within the next couple of weeks then it will become the official release.