Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
552 B

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