sandbox.lua/CHANGELOG.md

18 lines
602 B
Markdown
Raw Normal View History

2021-01-07 17:43:44 +00:00
# v1.0.1 (2021-01)
- Fix a bug in which the base environment wasn't overrideable with `false`
# v1.0.0 (2021-01)
2021-01-06 15:25:47 +00:00
- Added support for all major versions of PUC Rio Lua and LuaJIT
- Only Lua strings are admitted now, "naked Lua" functions are not permitted any more
- Bytecode is blocked in all versions of Lua except PUC Rio Lua 5.1
- The library throws an error when attempting to use quotas in LuaJIT
- Environments are now strictly read-only
- Environments can have metatables with indexes, and they are respected
- Environments can override the base environment
2021-01-07 17:43:44 +00:00
# v0.5.0 (2013)
2021-01-06 15:25:47 +00:00
Initial version