Skip to content

Releases: NetsBlox/Snap2Js

v1.7.0

01 Sep 23:03
Compare
Choose a tag to compare

Support new blocks (#153)

v1.6.0

09 Sep 18:46
Compare
Choose a tag to compare

Overview

  • Add support for Snap v6 blocks (ie, hyperblocks) #136 #134

v1.5.0

11 Feb 15:49
Compare
Choose a tag to compare

Overview

v1.4.0

18 Nov 19:16
Compare
Choose a tag to compare

Overview

v1.3.0

23 Mar 20:00
Compare
Choose a tag to compare

Overview

  • Added support for circular references within lists. #75 #76
  • refactored the stage parsing into its own function #78 #77
  • Added support for compiling xml without single root node #73 #74
  • Added project ref from stage in output code #68 #69

v1.2.1

23 Jan 18:43
Compare
Choose a tag to compare

Overview

  • Added critical security patch for sanitizing user input values (variable/sprite/stage names or variable values). #66 #67

v1.2.0

19 Jan 19:13
Compare
Choose a tag to compare

Overview

  • Added support for adding timeouts by overriding callMaybeAsync #65 #64
  • Added support for reportMonadic block #60 #61
  • Ensure valid node id for code generation #63 #62

v1.1.2

16 Jan 19:57
Compare
Choose a tag to compare

Overview

  • Fixed compilation with empty custom block definition #59 #58
  • Fixed compilation with quoted variable values #57 #56

v1.1.1

12 Jan 00:08
Compare
Choose a tag to compare

Overview

  • Ensured that only errors are thrown (no strings)
  • Added more tests

v1.1.0

11 Jan 23:51
Compare
Choose a tag to compare

Overview

  • Added support for compiling contexts #38 #42 #52 #53
  • Moved reportJoinWords to the context #46 #47
  • Refactored backends, contexts for extensibility #48 #49
  • Added improved error handling #50 #51 #54 #55
  • Added support for anon functions in if statements #44 #45