Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
towerofnix committed Mar 9, 2023
1 parent 04acdc0 commit ff5378a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leopard",
"version": "1.4.3",
"version": "1.5.0",
"description": "Make Scratch-like projects with JavaScript.",
"private": false,
"browser": true,
Expand Down

0 comments on commit ff5378a

Please sign in to comment.