Skip to content

Releases: source-academy/js-slang

v0.3.6

19 Feb 03:04
30543cb
Compare
Choose a tag to compare

v0.3.4

08 Oct 05:58
Compare
Choose a tag to compare

0.3.2

26 Aug 03:21
e1b584e
Compare
Choose a tag to compare

#332 lets are fixed again

Substitution model evaluator

21 Aug 12:40
Compare
Choose a tag to compare

This release contains a release of the substitution model evaluator.

v0.2.6

10 Aug 02:48
Compare
Choose a tag to compare

Features

  • Fix let bindings not propagating to the proper scope for native (#321)

v0.2.5

31 Jul 12:43
Compare
Choose a tag to compare

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

01 Nov 19:15
Compare
Choose a tag to compare
v0.1.16 Pre-release
Pre-release

Features

  • Use build script for pre-publish hook (#109)

v0.1.15

01 Nov 11:44
Compare
Choose a tag to compare
v0.1.15 Pre-release
Pre-release

Features

  • Fixed Arrow Functions not being parsed (#107 and #108 )

v0.1.14

31 Oct 02:19
8050f87
Compare
Choose a tag to compare
v0.1.14 Pre-release
Pre-release

Features

  • Re-enable Function Expressions (#106)

v0.1.13

31 Oct 02:08
Compare
Choose a tag to compare
v0.1.13 Pre-release
Pre-release

Features

  • Fix bug in Block Statements (#102)