Releases: source-academy/js-slang
Releases · source-academy/js-slang
0.3.2
#332 lets are fixed again
Substitution model evaluator
This release contains a release of the substitution model evaluator.
v0.2.6
Features
- Fix let bindings not propagating to the proper scope for native (#321)
v0.2.5
Features
- Update documentation (#266, #271)
- Add integer check for array indices (#282)
- Make builtin function error on native report line number (#285)
- Disallow var statements (#310)
- Expose initial execution time to runInContext options and allow manipulation of max execution time (#314)
v0.1.16
Features
- Use build script for pre-publish hook (#109)
v0.1.15
Features
- Fixed Arrow Functions not being parsed (#107 and #108 )
v0.1.14
Features
- Re-enable Function Expressions (#106)
v0.1.13
Features
- Fix bug in Block Statements (#102)