-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathNEWS
More file actions
27 lines (14 loc) · 609 Bytes
/
NEWS
File metadata and controls
27 lines (14 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
0.1.4 - 2025-12-21
- new globalThis compat routine
0.1.3 - 2021-11-30
- call Function lazily to avoid triggering CSP
0.1.2 - 2018-04-23
- Use indirect eval to get reference to global environment
0.1.1 - 2018-04-03
- createproxy with function type no longer has .prototype field
- No longer attach Symbol to built-in prototypes.
- If no __pairs Symbol is present then return iterator over Object.keys
- If no __len Symbol is present then return .length.
0.1.0 - 2018-04-01
- Lua <=> JavaScript bridge for Fengari
- All types of data can be passed either way with no memory leaks