summaryrefslogtreecommitdiff
path: root/NEWS
blob: 28a9d71ff034eb07d76cc4d77257e50dcfef07ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
0.1.1 - 2018-04-03

  - Fix node 6 compatibility
  - Removed duplicate LUA_PATH entries


0.1.0 - 2018-03-31

  - 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