Releases: NetsBlox/Snap2Js
Releases · NetsBlox/Snap2Js
v1.7.0
Support new blocks (#153)
v1.6.0
Overview
- Add support for Snap v6 blocks (ie, hyperblocks) #136 #134
v1.3.0
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
Overview
- Added critical security patch for sanitizing user input values (variable/sprite/stage names or variable values). #66 #67
v1.2.0
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
Overview
- Fixed compilation with empty custom block definition #59 #58
- Fixed compilation with quoted variable values #57 #56
v1.1.1
Overview
- Ensured that only errors are thrown (no strings)
- Added more tests
v1.1.0
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