Skip to content

Commit ff5378a

Browse files
committed
1.5.0
Notable additions since 1.4.0: - New compatibility functions to match Scratch behavior - compare, toBoolean, toNumber, toString (some incl. in 1.4.2) - stringIncludes, arrayIncludes, indexInArray - letterOf, itemOf - scratchTan - Slider watchers newly accept min/max values - Switch to costume <= -1 wraps back around to the end
1 parent 04acdc0 commit ff5378a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leopard",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "Make Scratch-like projects with JavaScript.",
55
"private": false,
66
"browser": true,

0 commit comments

Comments
 (0)