Releases: bplok20010/eval5
Releases · bplok20010/eval5
v1.4.8
v1.4.7
v1.4.6
upgrade to 1.4.6
v1.4.5
Fix missing context in function call under with statement
v1.4.4
Restore context after execution
v1.4.3
- Fix with statement scope assignment invalid
- rootContext adjusted to read-only
v1.4.2
- Add build-in objects:URIError RangeError SyntaxError ReferenceError
- Fix: AssignmentExpression will trigger object getter
- Fix: timeout invalid when running again
v1.4.1
v1.4.0
Change log:
- Redo eval/Function
- Add options.rootContext to Interpreter
- Add options.globalContextInFunction to Interpreter
- Add globalContextInFunction property to Interpreter
- Remove rootContext property on Interpreter, use globalContextInFunction instead
- Use %VERSION% instead of version numbers
v1.3.1
完善文档